C# Class LearnLanguages.DataAccess.Ef.RoleData

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: ibgib/LearnLanguages Class Usage Examples

Private Properties

Свойство Type Description
OnIdChanged void
OnIdChanging void
OnTextChanged void
OnTextChanging void

Méthodes publiques

Méthode Description
CreateRoleData ( global id, global text ) : RoleData

Create a new RoleData object.

Private Methods

Méthode Description
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnTextChanged ( ) : void
OnTextChanging ( global value ) : void

Method Details

CreateRoleData() public static méthode

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.
Résultat RoleData