C# Class MySql.Data.Entity.Tests.customer

Inheritance: global::System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: Top-Cat/SteamBot

Private Properties

Свойство Type Description
OnIdChanged void
OnIdChanging void
OnNameChanged void
OnNameChanging void

Méthodes publiques

Méthode Description
Createcustomer ( int id ) : customer

Create a new customer object.

Private Methods

Méthode Description
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void

Method Details

Createcustomer() public static méthode

Create a new customer object.
public static Createcustomer ( int id ) : customer
id int Initial value of Id.
Résultat customer