C# Class Northwind.EntityFramework.ModelFirst.Shippers

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

Private Properties

Свойство Type Description
OnCompanyNameChanged void
OnCompanyNameChanging void
OnPhoneChanged void
OnPhoneChanging void
OnShipperIDChanged void
OnShipperIDChanging void

Méthodes publiques

Méthode Description
CreateShippers ( global shipperID, global companyName ) : Shippers

Create a new Shippers object.

Private Methods

Méthode Description
OnCompanyNameChanged ( ) : void
OnCompanyNameChanging ( global value ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( global value ) : void
OnShipperIDChanged ( ) : void
OnShipperIDChanging ( global value ) : void

Method Details

CreateShippers() public static méthode

Create a new Shippers object.
public static CreateShippers ( global shipperID, global companyName ) : Shippers
shipperID global Initial value of the ShipperID property.
companyName global Initial value of the CompanyName property.
Résultat Shippers