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

Logs each patch procedure that is run. More...

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

Public Member Functions

 SPatchLogRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsPatchNameNull ()
 test for NULL value More...
 
void SetPatchNameNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsDateRunNull ()
 test for NULL value More...
 
void SetDateRunNull ()
 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 PatchName [get, set]
 
String UserId [get, set]
 The user who ran the patch. More...
 
System.DateTime DateRun [get, set]
 The date the patch was run. 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

Logs each patch procedure that is run.

Constructor & Destructor Documentation

◆ SPatchLogRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDateRunNull()

bool Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.IsDateRunNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPatchNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.IsPatchNameNull ( )
inline

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.IsUserIdNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDateRunNull()

void Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.SetDateRunNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPatchNameNull()

void Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.SetPatchNameNull ( )
inline

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.SetUserIdNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DateRun

System.DateTime Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.DateRun
getset

The date the patch was run.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PatchName

String Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.PatchName
getset

◆ UserId

String Ict.Petra.Shared.MSysMan.Data.SPatchLogRow.UserId
getset

The user who ran the patch.


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