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

PartyCustomAttribute() public method

public PartyCustomAttribute ( ) : System
return System
        public PartyCustomAttribute()
        {
            CustomAttributeValues = new List<PartyCustomAttributeValue>();
        }
PartyCustomAttribute