OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow Class Reference

Attributes assigned to rooms used for accommodation at a conference. More...

Inheritance diagram for Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow:

Public Member Functions

 PcRoomAttributeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values 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 IsRoomAttrTypeCodeNull ()
 test for NULL value More...
 
void SetRoomAttrTypeCodeNull ()
 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

Int64 VenueKey [get, set]
 
String BuildingCode [get, set]
 
String RoomNumber [get, set]
 
String RoomAttrTypeCode [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...
 

Detailed Description

Attributes assigned to rooms used for accommodation at a conference.

Constructor & Destructor Documentation

◆ PcRoomAttributeRow()

Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.PcRoomAttributeRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.InitValues ( )
inlinevirtual

set default values

◆ IsBuildingCodeNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsBuildingCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsRoomAttrTypeCodeNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsRoomAttrTypeCodeNull ( )
inline

test for NULL value

◆ IsRoomNumberNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsRoomNumberNull ( )
inline

test for NULL value

◆ IsVenueKeyNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.IsVenueKeyNull ( )
inline

test for NULL value

◆ SetBuildingCodeNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetBuildingCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetRoomAttrTypeCodeNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetRoomAttrTypeCodeNull ( )
inline

assign NULL value

◆ SetRoomNumberNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetRoomNumberNull ( )
inline

assign NULL value

◆ SetVenueKeyNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.SetVenueKeyNull ( )
inline

assign NULL value

Property Documentation

◆ BuildingCode

String Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.BuildingCode
getset

◆ CreatedBy

String Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.ModifiedBy
getset

User ID of who last modified this record.

◆ RoomAttrTypeCode

String Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.RoomAttrTypeCode
getset

◆ RoomNumber

String Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.RoomNumber
getset

◆ VenueKey

Int64 Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeRow.VenueKey
getset

The documentation for this class was generated from the following file: