Open sandboxFocus

Constructor ContractAspect

ContractAspect(ContractDirection)

Initializes a new instance of the ContractAspect class.

Declaration
[Obsolete("Specifying the direction in the constructor is obsolete. Override the GetDirection method.")]
protected ContractAspect(ContractDirection direction)
Parameters
Type Name Description
ContractDirection direction

The direction of the data flow (Input, Output or Both) to which this contract applies. See the ContractDirection for details.

ContractAspect()

Declaration
protected ContractAspect()