OpenPetra
Free Administration Software for Non-Profits
|
Links rooms to attendees of a conference or a booking in the hospitality module. More...
Public Member Functions | |
PcRoomAllocRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
virtual void | InitValues () |
set default values More... | |
bool | IsKeyNull () |
test for NULL value More... | |
void | SetKeyNull () |
assign NULL value More... | |
bool | IsVenueKeyNull () |
test for NULL value More... | |
void | SetVenueKeyNull () |
assign NULL value More... | |
bool | IsBuildingCodeNull () |
test for NULL value More... | |
void | SetBuildingCodeNull () |
assign NULL value More... | |
bool | IsRoomNumberNull () |
test for NULL value More... | |
void | SetRoomNumberNull () |
assign NULL value More... | |
bool | IsConferenceKeyNull () |
test for NULL value More... | |
void | SetConferenceKeyNull () |
assign NULL value More... | |
bool | IsPartnerKeyNull () |
test for NULL value More... | |
void | SetPartnerKeyNull () |
assign NULL value More... | |
bool | IsBookWholeRoomNull () |
test for NULL value More... | |
void | SetBookWholeRoomNull () |
assign NULL value More... | |
bool | IsNumberOfBedsNull () |
test for NULL value More... | |
void | SetNumberOfBedsNull () |
assign NULL value More... | |
bool | IsNumberOfOverflowBedsNull () |
test for NULL value More... | |
void | SetNumberOfOverflowBedsNull () |
assign NULL value More... | |
bool | IsGenderNull () |
test for NULL value More... | |
void | SetGenderNull () |
assign NULL value More... | |
bool | IsInNull () |
test for NULL value More... | |
void | SetInNull () |
assign NULL value More... | |
bool | IsOutNull () |
test for NULL value More... | |
void | SetOutNull () |
assign NULL value More... | |
bool | IsDateCreatedNull () |
test for NULL value More... | |
void | SetDateCreatedNull () |
assign NULL value More... | |
bool | IsCreatedByNull () |
test for NULL value More... | |
void | SetCreatedByNull () |
assign NULL value More... | |
bool | IsDateModifiedNull () |
test for NULL value More... | |
void | SetDateModifiedNull () |
assign NULL value More... | |
bool | IsModifiedByNull () |
test for NULL value More... | |
void | SetModifiedByNull () |
assign NULL value More... | |
bool | IsModificationIdNull () |
test for NULL value More... | |
void | SetModificationIdNull () |
assign NULL value More... | |
Properties | |
Int32 | Key [get, set] |
Surrogate Primary Key; required because there can be several bookings per room, and not all guests might be linked to a partner. More... | |
Int64 | VenueKey [get, set] |
String | BuildingCode [get, set] |
String | RoomNumber [get, set] |
Int64 | ConferenceKey [get, set] |
The room can be reserved for a conference. More... | |
Int64 | PartnerKey [get, set] |
The partner key of the guest, can be null if group booking (see ph_booking for p_charged_key_n to find who is booking the room) More... | |
Boolean | BookWholeRoom [get, set] |
This makes the room unavailable for other guests even if not all beds are used. More... | |
Int32 | NumberOfBeds [get, set] |
number of beds required by this allocation More... | |
Int32 | NumberOfOverflowBeds [get, set] |
number of additional beds (e.g. mattrass, childrens cot, etc) required by this allocation More... | |
String | Gender [get, set] |
possible values: couple, family, male, female More... | |
System.DateTime | In [get, set] |
System.? DateTime | Out [get, set] |
System.? DateTime | DateCreated [get, set] |
The date the record was created. More... | |
String | CreatedBy [get, set] |
User ID of who created this record. More... | |
System.? DateTime | DateModified [get, set] |
The date the record was modified. More... | |
String | ModifiedBy [get, set] |
User ID of who last modified this record. More... | |
DateTime | ModificationId [get, set] |
This identifies the current version of the record. More... | |
Links rooms to attendees of a conference or a booking in the hospitality module.
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
This makes the room unavailable for other guests even if not all beds are used.
|
getset |
|
getset |
The room can be reserved for a conference.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
possible values: couple, family, male, female
|
getset |
|
getset |
Surrogate Primary Key; required because there can be several bookings per room, and not all guests might be linked to a partner.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
number of beds required by this allocation
|
getset |
number of additional beds (e.g. mattrass, childrens cot, etc) required by this allocation
|
getset |
|
getset |
The partner key of the guest, can be null if group booking (see ph_booking for p_charged_key_n to find who is booking the room)
|
getset |
|
getset |