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

List of Petra software modules. More...

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

Public Member Functions

 SModuleRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsModuleIdNull ()
 test for NULL value More...
 
void SetModuleIdNull ()
 assign NULL value More...
 
bool IsModuleNameNull ()
 test for NULL value More...
 
void SetModuleNameNull ()
 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 ModuleId [get, set]
 Identifies a module. A module is any part of aprogram which is related to each menu entry or to the sub-system. Eg, partner administration, AP, AR etc. More...
 
String ModuleName [get, set]
 This is the name of the module. 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

List of Petra software modules.

Constructor & Destructor Documentation

◆ SModuleRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsModuleIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SModuleRow.IsModuleIdNull ( )
inline

test for NULL value

◆ IsModuleNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SModuleRow.IsModuleNameNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetModuleIdNull()

void Ict.Petra.Shared.MSysMan.Data.SModuleRow.SetModuleIdNull ( )
inline

assign NULL value

◆ SetModuleNameNull()

void Ict.Petra.Shared.MSysMan.Data.SModuleRow.SetModuleNameNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ModuleId

String Ict.Petra.Shared.MSysMan.Data.SModuleRow.ModuleId
getset

Identifies a module. A module is any part of aprogram which is related to each menu entry or to the sub-system. Eg, partner administration, AP, AR etc.

◆ ModuleName

String Ict.Petra.Shared.MSysMan.Data.SModuleRow.ModuleName
getset

This is the name of the module.


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