OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow Class Reference

Defines the attributes of different label types. Eg: for address labels. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow:

Public Member Functions

 PLabelRow (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 IsFormNameNull ()
 test for NULL value More...
 
void SetFormNameNull ()
 assign NULL value More...
 
bool IsGapLinesNull ()
 test for NULL value More...
 
void SetGapLinesNull ()
 assign NULL value More...
 
bool IsHeightNull ()
 test for NULL value More...
 
void SetHeightNull ()
 assign NULL value More...
 
bool IsWidthNull ()
 test for NULL value More...
 
void SetWidthNull ()
 assign NULL value More...
 
bool IsGapColumnsNull ()
 test for NULL value More...
 
void SetGapColumnsNull ()
 assign NULL value More...
 
bool IsLabelsAcrossNull ()
 test for NULL value More...
 
void SetLabelsAcrossNull ()
 assign NULL value More...
 
bool IsLabelsDownNull ()
 test for NULL value More...
 
void SetLabelsDownNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsStartColumnNull ()
 test for NULL value More...
 
void SetStartColumnNull ()
 assign NULL value More...
 
bool IsStartLineNull ()
 test for NULL value More...
 
void SetStartLineNull ()
 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 FormName [get, set]
 This identifies the form. More...
 
Int32 GapLines [get, set]
 
Int32 Height [get, set]
 
Int32 Width [get, set]
 
Int32 GapColumns [get, set]
 
Int32 LabelsAcross [get, set]
 
Int32 LabelsDown [get, set]
 
String Description [get, set]
 
Int32 StartColumn [get, set]
 
Int32 StartLine [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

Defines the attributes of different label types. Eg: for address labels.

Constructor & Destructor Documentation

◆ PLabelRow()

Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.PLabelRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.InitValues ( )
inlinevirtual

set default values

◆ IsCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsFormNameNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsFormNameNull ( )
inline

test for NULL value

◆ IsGapColumnsNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsGapColumnsNull ( )
inline

test for NULL value

◆ IsGapLinesNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsGapLinesNull ( )
inline

test for NULL value

◆ IsHeightNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsHeightNull ( )
inline

test for NULL value

◆ IsLabelsAcrossNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsLabelsAcrossNull ( )
inline

test for NULL value

◆ IsLabelsDownNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsLabelsDownNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsStartColumnNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsStartColumnNull ( )
inline

test for NULL value

◆ IsStartLineNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsStartLineNull ( )
inline

test for NULL value

◆ IsWidthNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.IsWidthNull ( )
inline

test for NULL value

◆ SetCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetFormNameNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetFormNameNull ( )
inline

assign NULL value

◆ SetGapColumnsNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetGapColumnsNull ( )
inline

assign NULL value

◆ SetGapLinesNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetGapLinesNull ( )
inline

assign NULL value

◆ SetHeightNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetHeightNull ( )
inline

assign NULL value

◆ SetLabelsAcrossNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetLabelsAcrossNull ( )
inline

assign NULL value

◆ SetLabelsDownNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetLabelsDownNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetStartColumnNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetStartColumnNull ( )
inline

assign NULL value

◆ SetStartLineNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetStartLineNull ( )
inline

assign NULL value

◆ SetWidthNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.SetWidthNull ( )
inline

assign NULL value

Property Documentation

◆ Code

String Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.Code
getset

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.DateModified
getset

The date the record was modified.

◆ Description

String Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.Description
getset

◆ FormName

String Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.FormName
getset

This identifies the form.

◆ GapColumns

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.GapColumns
getset

◆ GapLines

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.GapLines
getset

◆ Height

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.Height
getset

◆ LabelsAcross

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.LabelsAcross
getset

◆ LabelsDown

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.LabelsDown
getset

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.ModifiedBy
getset

User ID of who last modified this record.

◆ StartColumn

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.StartColumn
getset

◆ StartLine

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.StartLine
getset

◆ Width

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PLabelRow.Width
getset

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