C# Class LearnLanguages.DataAccess.Ef.RoleData

Inheritance: System.Data.Objects.DataClasses.EntityObject
ファイルを表示 Open project: ibgib/LearnLanguages Class Usage Examples

Private Properties

Property Type Description
OnIdChanged void
OnIdChanging void
OnTextChanged void
OnTextChanging void

Public Methods

Method Description
CreateRoleData ( global id, global text ) : RoleData

Create a new RoleData object.

Private Methods

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

Method Details

CreateRoleData() public static method

Create a new RoleData object.
public static CreateRoleData ( global id, global text ) : RoleData
id global Initial value of the Id property.
text global Initial value of the Text property.
return RoleData