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

Inheritance: global::System.Data.Objects.DataClasses.EntityObject
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property Type Description
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void

Public Methods

Method Description
CreatePublisher ( global id, global name ) : Publisher

Create a new Publisher object.

Private Methods

Method Description
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnnameChanged ( ) : void
OnnameChanging ( global value ) : void

Method Details

CreatePublisher() public static method

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.
return Publisher