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

Represents a relationship between two particular functions. Eg. Partner Find and Partner Edit. More...

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

Public Member Functions

 SFunctionRelationshipRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsFunction1Null ()
 test for NULL value More...
 
void SetFunction1Null ()
 assign NULL value More...
 
bool IsFunction2Null ()
 test for NULL value More...
 
void SetFunction2Null ()
 assign NULL value More...
 
bool IsCodeToRunNull ()
 test for NULL value More...
 
void SetCodeToRunNull ()
 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 Function1 [get, set]
 Identifier for one particular function. More...
 
String Function2 [get, set]
 Identifier for related function. More...
 
String CodeToRun [get, set]
 Code to run if a workflow contains function_1 and function_2 as adjacent steps. This code will provide the glue to connect the two steps. 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

Represents a relationship between two particular functions. Eg. Partner Find and Partner Edit.

Constructor & Destructor Documentation

◆ SFunctionRelationshipRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCodeToRunNull()

bool Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.IsCodeToRunNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsFunction1Null()

bool Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.IsFunction1Null ( )
inline

test for NULL value

◆ IsFunction2Null()

bool Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.IsFunction2Null ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetCodeToRunNull()

void Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.SetCodeToRunNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetFunction1Null()

void Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.SetFunction1Null ( )
inline

assign NULL value

◆ SetFunction2Null()

void Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.SetFunction2Null ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ CodeToRun

String Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.CodeToRun
getset

Code to run if a workflow contains function_1 and function_2 as adjacent steps. This code will provide the glue to connect the two steps.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Function1

String Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.Function1
getset

Identifier for one particular function.

◆ Function2

String Ict.Petra.Shared.MSysMan.Data.SFunctionRelationshipRow.Function2
getset

Identifier for related function.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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