C# Class PRTools.Data.CustomerType

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: AcklenAvenue/PRTools Class Usage Examples

Private Properties

Property Type Description
OnCustomerType1Changed void
OnCustomerType1Changing void
OnCustomerTypeKeyChanged void
OnCustomerTypeKeyChanging void

Public Methods

Method Description
CreateCustomerType ( global customerTypeKey, global customerType1 ) : CustomerType

Create a new CustomerType object.

Private Methods

Method Description
OnCustomerType1Changed ( ) : void
OnCustomerType1Changing ( global value ) : void
OnCustomerTypeKeyChanged ( ) : void
OnCustomerTypeKeyChanging ( global value ) : void

Method Details

CreateCustomerType() public static method

Create a new CustomerType object.
public static CreateCustomerType ( global customerTypeKey, global customerType1 ) : CustomerType
customerTypeKey global Initial value of the CustomerTypeKey property.
customerType1 global Initial value of the CustomerType1 property.
return CustomerType