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

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

Private Properties

Property Type Description
OnCustomerDescChanged void
OnCustomerDescChanging void
OnCustomerTypeIDChanged void
OnCustomerTypeIDChanging void

Public Methods

Method Description
CreateCustomerDemographics ( global customerTypeID ) : CustomerDemographics

Create a new CustomerDemographics object.

Private Methods

Method Description
OnCustomerDescChanged ( ) : void
OnCustomerDescChanging ( global value ) : void
OnCustomerTypeIDChanged ( ) : void
OnCustomerTypeIDChanging ( global value ) : void

Method Details

CreateCustomerDemographics() public static method

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