C# 클래스 Engage.Dnn.Booking.AppointmentType

The type of an Appointment
파일 보기 프로젝트 열기: EngageSoftware/Engage-Booking 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string name ) : AppointmentType

Creates a new appointment type.

Delete ( int appointmentTypeId ) : void

Deletes the specified appointment type id.

Load ( int appointmentTypeId, int moduleId ) : AppointmentType

Gets the appointment type with the given appointmentTypeId.

Save ( int revisingUser, int moduleId ) : void

Saves the appointment type.

비공개 메소드들

메소드 설명
AppointmentType ( ) : System.Data

Prevents a default instance of the AppointmentType class from being created.

Fill ( IDataRecord appointmentTypeRecord ) : AppointmentType

Fills an AppointmentType with the data in the specified appointmentTypeRecord.

Insert ( int revisingUser, int moduleId ) : void

Inserts the appointment type.

Update ( int revisingUser ) : void

Updates the appointment type.

메소드 상세

Create() 공개 정적인 메소드

Creates a new appointment type.
public static Create ( string name ) : AppointmentType
name string The name of the appointment type.
리턴 AppointmentType

Delete() 공개 정적인 메소드

Deletes the specified appointment type id.
public static Delete ( int appointmentTypeId ) : void
appointmentTypeId int The appointment type id.
리턴 void

Load() 공개 정적인 메소드

Gets the appointment type with the given appointmentTypeId.
public static Load ( int appointmentTypeId, int moduleId ) : AppointmentType
appointmentTypeId int The ID of the appointment type.
moduleId int The module id.
리턴 AppointmentType

Save() 공개 메소드

Saves the appointment type.
public Save ( int revisingUser, int moduleId ) : void
revisingUser int The revising user.
moduleId int The module Id.
리턴 void