BExIS.Dlm.Entities.Party.PartyRelationshipType.PartyRelationshipType C# (CSharp) Method

PartyRelationshipType() public method

public PartyRelationshipType ( ) : System
return System
        public PartyRelationshipType()
        {
            PartyRelationships = new List<PartyRelationship>();
            AssociatedPairs = new List<PartyTypePair>();
        }
PartyRelationshipType