C# Class Northwind.EntityFramework.ModelFirst.Oracle.CustomerDemographics

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: object/NorthwindOData Class Usage Examples

Private Properties

Property Type Description
OnCustomerDescChanged void
OnCustomerDescChanging void
OnCustomerTypeIDChanged void
OnCustomerTypeIDChanging void
OnGetCustomerDesc void
OnGetCustomerTypeID void

Public Methods

Method Description
CreateCustomerDemographics ( string customerTypeID ) : CustomerDemographics

Create a new CustomerDemographics object.

Private Methods

Method Description
OnCustomerDescChanged ( ) : void
OnCustomerDescChanging ( string &value ) : void
OnCustomerTypeIDChanged ( ) : void
OnCustomerTypeIDChanging ( string &value ) : void
OnGetCustomerDesc ( string &value ) : void
OnGetCustomerTypeID ( string &value ) : void

Method Details

CreateCustomerDemographics() public static method

Create a new CustomerDemographics object.
public static CreateCustomerDemographics ( string customerTypeID ) : CustomerDemographics
customerTypeID string Initial value of CustomerTypeID.
return CustomerDemographics