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

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: elevate/mysqlconnector-.net Class Usage Examples

Private Properties

Property Type Description
OnIdChanged void
OnIdChanging void

Public Methods

Method Description
CreateShelter ( global id ) : Shelter

Create a new Shelter object.

Private Methods

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

Method Details

CreateShelter() public static method

Create a new Shelter object.
public static CreateShelter ( global id ) : Shelter
id global Initial value of the Id property.
return Shelter