C# Class DataAccess.role

Inheritance: System.Data.Objects.DataClasses.EntityObject
Exibir arquivo Open project: npvb/teleton Class Usage Examples

Private Properties

Property Type Description
OncentroChanged void
OncentroChanging void
OndescripcionChanged void
OndescripcionChanging void
OnidChanged void
OnidChanging void

Public Methods

Method Description
Createrole ( global descripcion, global id ) : role

Create a new role object.

Private Methods

Method Description
OncentroChanged ( ) : void
OncentroChanging ( Nullable value ) : void
OndescripcionChanged ( ) : void
OndescripcionChanging ( global value ) : void
OnidChanged ( ) : void
OnidChanging ( global value ) : void

Method Details

Createrole() public static method

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.
return role