public RelationshipRuleDescription( Nullable<int> originSubtypeCode, Nullable<int> destinationSubtypeCode )
Public Function New( _ ByVal originSubtypeCode As Nullable(Of Integer), _ ByVal destinationSubtypeCode As Nullable(Of Integer) _ )
Parameters
- originSubtypeCode
- The subtype code of the origin class for the rule.
- destinationSubtypeCode
- The subtype code of the destination class for the rule.