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

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
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