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

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

Private Properties

Property Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnIdChanged void
OnIdChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateProduct ( global id, global name, global createdDate ) : Product

Create a new Product object.

Private Methods

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

Method Details

CreateProduct() public static method

Create a new Product object.
public static CreateProduct ( global id, global name, global createdDate ) : Product
id global Initial value of the Id property.
name global Initial value of the Name property.
createdDate global Initial value of the CreatedDate property.
return Product