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

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: object/NorthwindOData Class Usage Examples

Private Properties

Свойство Type Description
OnCustomerDescChanged void
OnCustomerDescChanging void
OnCustomerTypeIDChanged void
OnCustomerTypeIDChanging void

Méthodes publiques

Méthode Description
CreateCustomerDemographics ( global customerTypeID ) : CustomerDemographics

Create a new CustomerDemographics object.

Private Methods

Méthode Description
OnCustomerDescChanged ( ) : void
OnCustomerDescChanging ( global value ) : void
OnCustomerTypeIDChanged ( ) : void
OnCustomerTypeIDChanging ( global value ) : void

Method Details

CreateCustomerDemographics() public static méthode

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