C# Class DataAccess.citas_doctor

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

Private Properties

Property Type Description
Ondoctor_usernameChanged void
Ondoctor_usernameChanging void
OnexpedienteChanged void
OnexpedienteChanging void
Onfecha_horaChanged void
Onfecha_horaChanging void
OnprefijoChanged void
OnprefijoChanging void
OntipoChanged void
OntipoChanging void

Public Methods

Method Description
Createcitas_doctor ( global doctor_username, global expediente, global fecha_hora, global prefijo, global tipo ) : citas_doctor

Create a new citas_doctor object.

Private Methods

Method Description
Ondoctor_usernameChanged ( ) : void
Ondoctor_usernameChanging ( global value ) : void
OnexpedienteChanged ( ) : void
OnexpedienteChanging ( global value ) : void
Onfecha_horaChanged ( ) : void
Onfecha_horaChanging ( global value ) : void
OnprefijoChanged ( ) : void
OnprefijoChanging ( global value ) : void
OntipoChanged ( ) : void
OntipoChanging ( global value ) : void

Method Details

Createcitas_doctor() public static method

Create a new citas_doctor object.
public static Createcitas_doctor ( global doctor_username, global expediente, global fecha_hora, global prefijo, global tipo ) : citas_doctor
doctor_username global Initial value of the doctor_username property.
expediente global Initial value of the expediente property.
fecha_hora global Initial value of the fecha_hora property.
prefijo global Initial value of the prefijo property.
tipo global Initial value of the tipo property.
return citas_doctor