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

Inheritance: 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
Createmyauthor ( global id, global name ) : myauthor

Create a new myauthor object.

Private Methods

Method Description
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

Createmyauthor() public static method

Create a new myauthor object.
public static Createmyauthor ( global id, global name ) : myauthor
id global Initial value of the Id property.
name global Initial value of the Name property.
return myauthor