OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow Class Reference

Contains a list of parameters that an extract was run with (so it can be rerun) More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow:

Public Member Functions

 MExtractParameterRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsExtractIdNull ()
 test for NULL value More...
 
void SetExtractIdNull ()
 assign NULL value More...
 
bool IsParameterCodeNull ()
 test for NULL value More...
 
void SetParameterCodeNull ()
 assign NULL value More...
 
bool IsValueIndexNull ()
 test for NULL value More...
 
void SetValueIndexNull ()
 assign NULL value More...
 
bool IsParameterValueNull ()
 test for NULL value More...
 
void SetParameterValueNull ()
 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

Int32 ExtractId [get, set]
 Identifier for the extract. More...
 
String ParameterCode [get, set]
 Extract Parameter Code. More...
 
Int32 ValueIndex [get, set]
 Index for Parameter Value. Only relevant if a parameter is a list of values in which case a new index is used for each list item. More...
 
String ParameterValue [get, set]
 Extract Parameter Value. 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 a list of parameters that an extract was run with (so it can be rerun)

Constructor & Destructor Documentation

◆ MExtractParameterRow()

Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.MExtractParameterRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsExtractIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsExtractIdNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsParameterCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsParameterCodeNull ( )
inline

test for NULL value

◆ IsParameterValueNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsParameterValueNull ( )
inline

test for NULL value

◆ IsValueIndexNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.IsValueIndexNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetExtractIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetExtractIdNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetParameterCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetParameterCodeNull ( )
inline

assign NULL value

◆ SetParameterValueNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetParameterValueNull ( )
inline

assign NULL value

◆ SetValueIndexNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.SetValueIndexNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.DateModified
getset

The date the record was modified.

◆ ExtractId

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.ExtractId
getset

Identifier for the extract.

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.ModifiedBy
getset

User ID of who last modified this record.

◆ ParameterCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.ParameterCode
getset

Extract Parameter Code.

◆ ParameterValue

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.ParameterValue
getset

Extract Parameter Value.

◆ ValueIndex

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractParameterRow.ValueIndex
getset

Index for Parameter Value. Only relevant if a parameter is a list of values in which case a new index is used for each list item.


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