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

PartyCustomAttributeValue() public method

public PartyCustomAttributeValue ( ) : System
return System
        public PartyCustomAttributeValue()
        {
            CustomAttribute = new PartyCustomAttribute();
        }
PartyCustomAttributeValue