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

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

Private Properties

Свойство Type Description
OnAddressChanged void
OnAddressChanging void
OnCityChanged void
OnCityChanging void
OnCompanyNameChanged void
OnCompanyNameChanging void
OnContactNameChanged void
OnContactNameChanging void
OnContactTitleChanged void
OnContactTitleChanging void
OnCountryChanged void
OnCountryChanging void
OnCustomerIDChanged void
OnCustomerIDChanging void
OnFaxChanged void
OnFaxChanging void
OnGetAddress void
OnGetCity void
OnGetCompanyName void
OnGetContactName void
OnGetContactTitle void
OnGetCountry void
OnGetCustomerID void
OnGetFax void
OnGetPhone void
OnGetPostalCode void
OnGetRegion void
OnPhoneChanged void
OnPhoneChanging void
OnPostalCodeChanged void
OnPostalCodeChanging void
OnRegionChanged void
OnRegionChanging void

Méthodes publiques

Méthode Description
CreateCustomers ( string customerID, string companyName ) : Customers

Create a new Customers object.

Private Methods

Méthode Description
OnAddressChanged ( ) : void
OnAddressChanging ( string &value ) : void
OnCityChanged ( ) : void
OnCityChanging ( string &value ) : void
OnCompanyNameChanged ( ) : void
OnCompanyNameChanging ( string &value ) : void
OnContactNameChanged ( ) : void
OnContactNameChanging ( string &value ) : void
OnContactTitleChanged ( ) : void
OnContactTitleChanging ( string &value ) : void
OnCountryChanged ( ) : void
OnCountryChanging ( string &value ) : void
OnCustomerIDChanged ( ) : void
OnCustomerIDChanging ( string &value ) : void
OnFaxChanged ( ) : void
OnFaxChanging ( string &value ) : void
OnGetAddress ( string &value ) : void
OnGetCity ( string &value ) : void
OnGetCompanyName ( string &value ) : void
OnGetContactName ( string &value ) : void
OnGetContactTitle ( string &value ) : void
OnGetCountry ( string &value ) : void
OnGetCustomerID ( string &value ) : void
OnGetFax ( string &value ) : void
OnGetPhone ( string &value ) : void
OnGetPostalCode ( string &value ) : void
OnGetRegion ( string &value ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( string &value ) : void
OnPostalCodeChanged ( ) : void
OnPostalCodeChanging ( string &value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( string &value ) : void

Method Details

CreateCustomers() public static méthode

Create a new Customers object.
public static CreateCustomers ( string customerID, string companyName ) : Customers
customerID string Initial value of CustomerID.
companyName string Initial value of CompanyName.
Résultat Customers