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

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

The StaticContractAttribute type exposes the following members.

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

Reference