C# Class DataAccess.centro

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

Private Properties

Property Type Description
OnidChanged void
OnidChanging void
OnlugarChanged void
OnlugarChanging void
Onsiguiente_expedienteChanged void
Onsiguiente_expedienteChanging void

Public Methods

Method Description
Createcentro ( global id, global lugar, global siguiente_expediente ) : centro

Create a new centro object.

Private Methods

Method Description
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnlugarChanged ( ) : void
OnlugarChanging ( global value ) : void
Onsiguiente_expedienteChanged ( ) : void
Onsiguiente_expedienteChanging ( global value ) : void

Method Details

Createcentro() public static method

Create a new centro object.
public static Createcentro ( global id, global lugar, global siguiente_expediente ) : centro
id global Initial value of the id property.
lugar global Initial value of the lugar property.
siguiente_expediente global Initial value of the siguiente_expediente property.
return centro