C# Class DataAccess.teletonEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Exibir arquivo Open project: npvb/teleton Class Usage Examples

Public Methods

Method 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

Method Description
OnContextCreated ( ) : void

Method Details

AddToactividades_enfermeria() public method

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
return void

AddToatenciones_enfermeria() public method

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
return void

AddTocargos() public method

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
return void

AddTocentros() public method

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
return void

AddTocitas_doctor() public method

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
return void

AddTocitas_terapia() public method

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
return void

AddTodiagnosticos() public method

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
return void

AddToempleados() public method

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
return void

AddToescolaridads() public method

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
return void

AddToestado_alta() public method

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
return void

AddToestado_civil() public method

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
return void

AddToevoluciones() public method

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
return void

AddToocupaciones() public method

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
return void

AddTopacientes() public method

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
return void

AddTopermisos() public method

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
return void

AddToroles() public method

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
return void

AddTousuarios() public method

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
return void

teletonEntities() public method

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

teletonEntities() public method

Initialize a new teletonEntities object.
public teletonEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

teletonEntities() public method

Initialize a new teletonEntities object.
public teletonEntities ( string connectionString ) : System
connectionString string
return System