OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSysMan.Data.SLabelRow Class Reference

Attributes for label paper. More...

Inheritance diagram for Ict.Petra.Shared.MSysMan.Data.SLabelRow:

Public Member Functions

 SLabelRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsLabelNameNull ()
 test for NULL value More...
 
void SetLabelNameNull ()
 assign NULL value More...
 
bool IsLabelDescriptionNull ()
 test for NULL value More...
 
void SetLabelDescriptionNull ()
 assign NULL value More...
 
bool IsFormNameNull ()
 test for NULL value More...
 
void SetFormNameNull ()
 assign NULL value More...
 
bool IsTopMarginNull ()
 test for NULL value More...
 
void SetTopMarginNull ()
 assign NULL value More...
 
bool IsSideMarginNull ()
 test for NULL value More...
 
void SetSideMarginNull ()
 assign NULL value More...
 
bool IsVerticalPitchNull ()
 test for NULL value More...
 
void SetVerticalPitchNull ()
 assign NULL value More...
 
bool IsHorizontalPitchNull ()
 test for NULL value More...
 
void SetHorizontalPitchNull ()
 assign NULL value More...
 
bool IsLabelHeightNull ()
 test for NULL value More...
 
void SetLabelHeightNull ()
 assign NULL value More...
 
bool IsLabelWidthNull ()
 test for NULL value More...
 
void SetLabelWidthNull ()
 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 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 LabelName [get, set]
 
String LabelDescription [get, set]
 
String FormName [get, set]
 The form the label is designed for. More...
 
Decimal TopMargin [get, set]
 The disance from the top of the page to the top of the first label. More...
 
Decimal SideMargin [get, set]
 The distance from the left edge of the page to the left edge of the first label. More...
 
Decimal VerticalPitch [get, set]
 The distance from the top of the first label to the top of the next label. More...
 
Decimal HorizontalPitch [get, set]
 The distance from the left edge of the first label to the left edge of the next label. More...
 
Decimal LabelHeight [get, set]
 The height of each label. More...
 
Decimal LabelWidth [get, set]
 The width of each label. More...
 
Int32 LabelsAcross [get, set]
 The number of labels across a page. More...
 
Int32 LabelsDown [get, set]
 The number of labels down a page. More...
 
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 for label paper.

Constructor & Destructor Documentation

◆ SLabelRow()

Ict.Petra.Shared.MSysMan.Data.SLabelRow.SLabelRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MSysMan.Data.SLabelRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsFormNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsFormNameNull ( )
inline

test for NULL value

◆ IsHorizontalPitchNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsHorizontalPitchNull ( )
inline

test for NULL value

◆ IsLabelDescriptionNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsLabelDescriptionNull ( )
inline

test for NULL value

◆ IsLabelHeightNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsLabelHeightNull ( )
inline

test for NULL value

◆ IsLabelNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsLabelNameNull ( )
inline

test for NULL value

◆ IsLabelsAcrossNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsLabelsAcrossNull ( )
inline

test for NULL value

◆ IsLabelsDownNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsLabelsDownNull ( )
inline

test for NULL value

◆ IsLabelWidthNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsLabelWidthNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsSideMarginNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsSideMarginNull ( )
inline

test for NULL value

◆ IsTopMarginNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsTopMarginNull ( )
inline

test for NULL value

◆ IsVerticalPitchNull()

bool Ict.Petra.Shared.MSysMan.Data.SLabelRow.IsVerticalPitchNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetFormNameNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetFormNameNull ( )
inline

assign NULL value

◆ SetHorizontalPitchNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetHorizontalPitchNull ( )
inline

assign NULL value

◆ SetLabelDescriptionNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetLabelDescriptionNull ( )
inline

assign NULL value

◆ SetLabelHeightNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetLabelHeightNull ( )
inline

assign NULL value

◆ SetLabelNameNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetLabelNameNull ( )
inline

assign NULL value

◆ SetLabelsAcrossNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetLabelsAcrossNull ( )
inline

assign NULL value

◆ SetLabelsDownNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetLabelsDownNull ( )
inline

assign NULL value

◆ SetLabelWidthNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetLabelWidthNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetSideMarginNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetSideMarginNull ( )
inline

assign NULL value

◆ SetTopMarginNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetTopMarginNull ( )
inline

assign NULL value

◆ SetVerticalPitchNull()

void Ict.Petra.Shared.MSysMan.Data.SLabelRow.SetVerticalPitchNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

String Ict.Petra.Shared.MSysMan.Data.SLabelRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SLabelRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SLabelRow.DateModified
getset

The date the record was modified.

◆ FormName

String Ict.Petra.Shared.MSysMan.Data.SLabelRow.FormName
getset

The form the label is designed for.

◆ HorizontalPitch

Decimal Ict.Petra.Shared.MSysMan.Data.SLabelRow.HorizontalPitch
getset

The distance from the left edge of the first label to the left edge of the next label.

◆ LabelDescription

String Ict.Petra.Shared.MSysMan.Data.SLabelRow.LabelDescription
getset

◆ LabelHeight

Decimal Ict.Petra.Shared.MSysMan.Data.SLabelRow.LabelHeight
getset

The height of each label.

◆ LabelName

String Ict.Petra.Shared.MSysMan.Data.SLabelRow.LabelName
getset

◆ LabelsAcross

Int32 Ict.Petra.Shared.MSysMan.Data.SLabelRow.LabelsAcross
getset

The number of labels across a page.

◆ LabelsDown

Int32 Ict.Petra.Shared.MSysMan.Data.SLabelRow.LabelsDown
getset

The number of labels down a page.

◆ LabelWidth

Decimal Ict.Petra.Shared.MSysMan.Data.SLabelRow.LabelWidth
getset

The width of each label.

◆ ModificationId

DateTime Ict.Petra.Shared.MSysMan.Data.SLabelRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MSysMan.Data.SLabelRow.ModifiedBy
getset

User ID of who last modified this record.

◆ SideMargin

Decimal Ict.Petra.Shared.MSysMan.Data.SLabelRow.SideMargin
getset

The distance from the left edge of the page to the left edge of the first label.

◆ TopMargin

Decimal Ict.Petra.Shared.MSysMan.Data.SLabelRow.TopMargin
getset

The disance from the top of the page to the top of the first label.

◆ VerticalPitch

Decimal Ict.Petra.Shared.MSysMan.Data.SLabelRow.VerticalPitch
getset

The distance from the top of the first label to the top of the next label.


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