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

PartyType() public method

public PartyType ( ) : System
return System
        public PartyType()
        {
            Parties = new List<Party>();
            CustomAttributes = new List<PartyCustomAttribute>();
            StatusTypes = new List<PartyStatusType>();
        }
PartyType