Click or drag to resize
ContractAttribute Class
Marks the class with the contract using the specific interface
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMSContractAttribute
      CMSStaticContractAttribute

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public class ContractAttribute : Attribute

The ContractAttribute type exposes the following members.

Constructors
  NameDescription
Public methodContractAttribute
Constructor
Top
Properties
  NameDescription
Public propertyIncludeAllPublicMembers
If true (default), all public members of the implementation are included into the contract
Protected propertyInterfaceType
Interface type
Public propertyIsLocal
If true (default false), the generated files are generated into the same folder.
Top
See Also

Reference