ContractBaseAttribute.GetActualDirection Method
Gets the actual direction of the contract given the direction returned by GetDefinedDirection(IAspectBuilder), after resolving the Default
value according to the characteristics of the target declaration, and after taking predecessors and secondary instances into account. The implementation of this method
may return None to skip the aspect.
Declaration
protected override ContractDirection GetActualDirection(IAspectBuilder builder, ContractDirection direction)
Parameters
Returns
Overrides