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

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

Private Properties

Свойство Type Description
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void

Méthodes publiques

Méthode Description
CreatePublisher ( global id, global name ) : Publisher

Create a new Publisher object.

Private Methods

Méthode Description
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnnameChanged ( ) : void
OnnameChanging ( global value ) : void

Method Details

CreatePublisher() public static méthode

Create a new Publisher object.
public static CreatePublisher ( global id, global name ) : Publisher
id global Initial value of the id property.
name global Initial value of the name property.
Résultat Publisher