RegisteredCustomerInfoBuilder
public class RegisteredCustomerInfoBuilder
Namespace
Constructors
RegisteredCustomerInfoBuilder
The default constructor.
public RegisteredCustomerInfoBuilder()
Methods
AddProperty (1 of 3)
public RegisteredCustomerInfoBuilder AddProperty(string alias, string name, string value)
AddProperty (2 of 3)
public RegisteredCustomerInfoBuilder AddProperty(string alias, string name, string description,
string value)
AddProperty (3 of 3)
public RegisteredCustomerInfoBuilder AddProperty(Property property)
Build
public RegisteredCustomerInfo Build()