Click or drag to resize

ContractAnnotationAttribute Class

Describes dependency between method input and output
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ozeki.CommonContractAnnotationAttribute

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public sealed class ContractAnnotationAttribute : Attribute

The ContractAnnotationAttribute type exposes the following members.

Constructors
 NameDescription
Public methodContractAnnotationAttribute(String)Initializes a new instance of the ContractAnnotationAttribute class
Public methodContractAnnotationAttribute(String, Boolean)Initializes a new instance of the ContractAnnotationAttribute class
Top
Properties
 NameDescription
Public propertyContract 
Public propertyForceFullStates 
Top
See Also