C# 클래스 DataAccess.citas_doctor

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: npvb/teleton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Ondoctor_usernameChanged void
Ondoctor_usernameChanging void
OnexpedienteChanged void
OnexpedienteChanging void
Onfecha_horaChanged void
Onfecha_horaChanging void
OnprefijoChanged void
OnprefijoChanging void
OntipoChanged void
OntipoChanging void

공개 메소드들

메소드 설명
Createcitas_doctor ( global doctor_username, global expediente, global fecha_hora, global prefijo, global tipo ) : citas_doctor

Create a new citas_doctor object.

비공개 메소드들

메소드 설명
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

메소드 상세

Createcitas_doctor() 공개 정적인 메소드

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.
리턴 citas_doctor