C# Class DataAccess.teletonEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: npvb/teleton Class Usage Examples

Méthodes publiques

Méthode Description
AddToactividades_enfermeria ( actividades_enfermeria actividades_enfermeria ) : void

Deprecated Method for adding a new object to the actividades_enfermeria EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToatenciones_enfermeria ( atenciones_enfermeria atenciones_enfermeria ) : void

Deprecated Method for adding a new object to the atenciones_enfermeria EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocargos ( cargo cargo ) : void

Deprecated Method for adding a new object to the cargos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocentros ( centro centro ) : void

Deprecated Method for adding a new object to the centros EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocitas_doctor ( citas_doctor citas_doctor ) : void

Deprecated Method for adding a new object to the citas_doctor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocitas_terapia ( citas_terapia citas_terapia ) : void

Deprecated Method for adding a new object to the citas_terapia EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTodiagnosticos ( diagnostico diagnostico ) : void

Deprecated Method for adding a new object to the diagnosticos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToempleados ( empleado empleado ) : void

Deprecated Method for adding a new object to the empleados EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToescolaridads ( escolaridad escolaridad ) : void

Deprecated Method for adding a new object to the escolaridads EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToestado_alta ( estado_alta estado_alta ) : void

Deprecated Method for adding a new object to the estado_alta EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToestado_civil ( estado_civil estado_civil ) : void

Deprecated Method for adding a new object to the estado_civil EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToevoluciones ( evolucione evolucione ) : void

Deprecated Method for adding a new object to the evoluciones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToocupaciones ( ocupacione ocupacione ) : void

Deprecated Method for adding a new object to the ocupaciones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTopacientes ( paciente paciente ) : void

Deprecated Method for adding a new object to the pacientes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTopermisos ( permiso permiso ) : void

Deprecated Method for adding a new object to the permisos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToroles ( role role ) : void

Deprecated Method for adding a new object to the roles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTousuarios ( usuario usuario ) : void

Deprecated Method for adding a new object to the usuarios EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

teletonEntities ( ) : System

Initializes a new teletonEntities object using the connection string found in the 'teletonEntities' section of the application configuration file.

teletonEntities ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new teletonEntities object.

teletonEntities ( string connectionString ) : System

Initialize a new teletonEntities object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToactividades_enfermeria() public méthode

Deprecated Method for adding a new object to the actividades_enfermeria EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToactividades_enfermeria ( actividades_enfermeria actividades_enfermeria ) : void
actividades_enfermeria actividades_enfermeria
Résultat void

AddToatenciones_enfermeria() public méthode

Deprecated Method for adding a new object to the atenciones_enfermeria EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToatenciones_enfermeria ( atenciones_enfermeria atenciones_enfermeria ) : void
atenciones_enfermeria atenciones_enfermeria
Résultat void

AddTocargos() public méthode

Deprecated Method for adding a new object to the cargos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocargos ( cargo cargo ) : void
cargo cargo
Résultat void

AddTocentros() public méthode

Deprecated Method for adding a new object to the centros EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocentros ( centro centro ) : void
centro centro
Résultat void

AddTocitas_doctor() public méthode

Deprecated Method for adding a new object to the citas_doctor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocitas_doctor ( citas_doctor citas_doctor ) : void
citas_doctor citas_doctor
Résultat void

AddTocitas_terapia() public méthode

Deprecated Method for adding a new object to the citas_terapia EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocitas_terapia ( citas_terapia citas_terapia ) : void
citas_terapia citas_terapia
Résultat void

AddTodiagnosticos() public méthode

Deprecated Method for adding a new object to the diagnosticos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTodiagnosticos ( diagnostico diagnostico ) : void
diagnostico diagnostico
Résultat void

AddToempleados() public méthode

Deprecated Method for adding a new object to the empleados EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToempleados ( empleado empleado ) : void
empleado empleado
Résultat void

AddToescolaridads() public méthode

Deprecated Method for adding a new object to the escolaridads EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToescolaridads ( escolaridad escolaridad ) : void
escolaridad escolaridad
Résultat void

AddToestado_alta() public méthode

Deprecated Method for adding a new object to the estado_alta EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToestado_alta ( estado_alta estado_alta ) : void
estado_alta estado_alta
Résultat void

AddToestado_civil() public méthode

Deprecated Method for adding a new object to the estado_civil EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToestado_civil ( estado_civil estado_civil ) : void
estado_civil estado_civil
Résultat void

AddToevoluciones() public méthode

Deprecated Method for adding a new object to the evoluciones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToevoluciones ( evolucione evolucione ) : void
evolucione evolucione
Résultat void

AddToocupaciones() public méthode

Deprecated Method for adding a new object to the ocupaciones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToocupaciones ( ocupacione ocupacione ) : void
ocupacione ocupacione
Résultat void

AddTopacientes() public méthode

Deprecated Method for adding a new object to the pacientes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTopacientes ( paciente paciente ) : void
paciente paciente
Résultat void

AddTopermisos() public méthode

Deprecated Method for adding a new object to the permisos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTopermisos ( permiso permiso ) : void
permiso permiso
Résultat void

AddToroles() public méthode

Deprecated Method for adding a new object to the roles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToroles ( role role ) : void
role role
Résultat void

AddTousuarios() public méthode

Deprecated Method for adding a new object to the usuarios EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTousuarios ( usuario usuario ) : void
usuario usuario
Résultat void

teletonEntities() public méthode

Initializes a new teletonEntities object using the connection string found in the 'teletonEntities' section of the application configuration file.
public teletonEntities ( ) : System
Résultat System

teletonEntities() public méthode

Initialize a new teletonEntities object.
public teletonEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

teletonEntities() public méthode

Initialize a new teletonEntities object.
public teletonEntities ( string connectionString ) : System
connectionString string
Résultat System