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

Contains type of attributes that can be assigned to a room. More...

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

Public Member Functions

 PcRoomAttributeTypeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsCodeNull ()
 test for NULL value More...
 
void SetCodeNull ()
 assign NULL value More...
 
bool IsDescNull ()
 test for NULL value More...
 
void SetDescNull ()
 assign NULL value More...
 
bool IsValidNull ()
 test for NULL value More...
 
void SetValidNull ()
 assign NULL value More...
 
bool IsDeletableNull ()
 test for NULL value More...
 
void SetDeletableNull ()
 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

String Code [get, set]
 
String Desc [get, set]
 
Boolean Valid [get, set]
 
Boolean Deletable [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

Contains type of attributes that can be assigned to a room.

Constructor & Destructor Documentation

◆ PcRoomAttributeTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCodeNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.IsCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.IsDeletableNull ( )
inline

test for NULL value

◆ IsDescNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.IsDescNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsValidNull()

bool Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.IsValidNull ( )
inline

test for NULL value

◆ SetCodeNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.SetCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.SetDeletableNull ( )
inline

assign NULL value

◆ SetDescNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.SetDescNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetValidNull()

void Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.SetValidNull ( )
inline

assign NULL value

Property Documentation

◆ Code

String Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.Code
getset

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Deletable

Boolean Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.Deletable
getset

◆ Desc

String Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.Desc
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ Valid

Boolean Ict.Petra.Shared.MHospitality.Data.PcRoomAttributeTypeRow.Valid
getset

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