Click or drag to resize
StaticContractAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public StaticContractAttribute(
	Type interfaceType,
	bool includeAllPublicMembers = true
)

Parameters

interfaceType
Type: SystemType
Type of the interface for the contract
includeAllPublicMembers (Optional)
Type: SystemBoolean
If true (default), all public members of the implementation are included into the contract
See Also