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

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

Private Properties

Property Type Description
OnAgeChanged void
OnAgeChanging void
OnIdChanged void
OnIdChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateAuthor ( global id, global name ) : Author

Create a new Author object.

Private Methods

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

Method Details

CreateAuthor() public static method

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