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

Contains all Petra functions to which access can be granted or denied. More...

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

Public Member Functions

 SFunctionRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsFunctionIdNull ()
 test for NULL value More...
 
void SetFunctionIdNull ()
 assign NULL value More...
 
bool IsModuleNameNull ()
 test for NULL value More...
 
void SetModuleNameNull ()
 assign NULL value More...
 
bool IsSubModuleNameNull ()
 test for NULL value More...
 
void SetSubModuleNameNull ()
 assign NULL value More...
 
bool IsFunctionNameNull ()
 test for NULL value More...
 
void SetFunctionNameNull ()
 assign NULL value More...
 
bool IsFilenameNull ()
 test for NULL value More...
 
void SetFilenameNull ()
 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 FunctionId [get, set]
 Identifier for the particular function. More...
 
String ModuleName [get, set]
 Petra Module which contains the function. More...
 
String SubModuleName [get, set]
 Petra Sub-Module which contains the function. More...
 
String FunctionName [get, set]
 Function name. More...
 
String Filename [get, set]
 Filename associated with the function. 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

Contains all Petra functions to which access can be granted or denied.

Constructor & Destructor Documentation

◆ SFunctionRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsFilenameNull()

bool Ict.Petra.Shared.MSysMan.Data.SFunctionRow.IsFilenameNull ( )
inline

test for NULL value

◆ IsFunctionIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SFunctionRow.IsFunctionIdNull ( )
inline

test for NULL value

◆ IsFunctionNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SFunctionRow.IsFunctionNameNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsModuleNameNull()

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

test for NULL value

◆ IsSubModuleNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SFunctionRow.IsSubModuleNameNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetFilenameNull()

void Ict.Petra.Shared.MSysMan.Data.SFunctionRow.SetFilenameNull ( )
inline

assign NULL value

◆ SetFunctionIdNull()

void Ict.Petra.Shared.MSysMan.Data.SFunctionRow.SetFunctionIdNull ( )
inline

assign NULL value

◆ SetFunctionNameNull()

void Ict.Petra.Shared.MSysMan.Data.SFunctionRow.SetFunctionNameNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetModuleNameNull()

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

assign NULL value

◆ SetSubModuleNameNull()

void Ict.Petra.Shared.MSysMan.Data.SFunctionRow.SetSubModuleNameNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Filename

String Ict.Petra.Shared.MSysMan.Data.SFunctionRow.Filename
getset

Filename associated with the function.

◆ FunctionId

String Ict.Petra.Shared.MSysMan.Data.SFunctionRow.FunctionId
getset

Identifier for the particular function.

◆ FunctionName

String Ict.Petra.Shared.MSysMan.Data.SFunctionRow.FunctionName
getset

Function name.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ModuleName

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

Petra Module which contains the function.

◆ SubModuleName

String Ict.Petra.Shared.MSysMan.Data.SFunctionRow.SubModuleName
getset

Petra Sub-Module which contains the function.


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