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

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
OnNameChanged void
OnNameChanging void
OnShelterIdChanged void
OnShelterIdChanging void

Public Methods

Method Description
CreateAnimal ( global id, global name, global shelterId ) : Animal

Create a new Animal object.

Private Methods

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

Method Details

CreateAnimal() public static method

Create a new Animal object.
public static CreateAnimal ( global id, global name, global shelterId ) : Animal
id global Initial value of the Id property.
name global Initial value of the Name property.
shelterId global Initial value of the ShelterId property.
return Animal