C# Class DataAccess.role

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

Private Properties

Свойство Type Description
OncentroChanged void
OncentroChanging void
OndescripcionChanged void
OndescripcionChanging void
OnidChanged void
OnidChanging void

Méthodes publiques

Méthode Description
Createrole ( global descripcion, global id ) : role

Create a new role object.

Private Methods

Méthode Description
OncentroChanged ( ) : void
OncentroChanging ( Nullable value ) : void
OndescripcionChanged ( ) : void
OndescripcionChanging ( global value ) : void
OnidChanged ( ) : void
OnidChanging ( global value ) : void

Method Details

Createrole() public static méthode

Create a new role object.
public static Createrole ( global descripcion, global id ) : role
descripcion global Initial value of the descripcion property.
id global Initial value of the id property.
Résultat role