StaticContractAttribute Constructor |
Constructor
Namespace: CMSAssembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax 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