C# Class EntityFrameworkTest.Model.Foo

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: friism/AppHarbor-Entity-Framework-Example Class Usage Examples

Private Properties

Property Type Description
OnIdChanged void
OnIdChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateFoo ( global id ) : Foo

Create a new Foo object.

Private Methods

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

Method Details

CreateFoo() public static method

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