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

Master file for extracts. Contains names for the extract id. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow:
Ict.Petra.Shared.MPartner.Partner.Data.ExtractTDSMExtractMasterRow

Public Member Functions

 MExtractMasterRow (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 IsExtractNameNull ()
 test for NULL value More...
 
void SetExtractNameNull ()
 assign NULL value More...
 
bool IsExtractDescNull ()
 test for NULL value More...
 
void SetExtractDescNull ()
 assign NULL value More...
 
bool IsLastRefNull ()
 test for NULL value More...
 
void SetLastRefNull ()
 assign NULL value More...
 
bool IsDeletableNull ()
 test for NULL value More...
 
void SetDeletableNull ()
 assign NULL value More...
 
bool IsFrozenNull ()
 test for NULL value More...
 
void SetFrozenNull ()
 assign NULL value More...
 
bool IsKeyCountNull ()
 test for NULL value More...
 
void SetKeyCountNull ()
 assign NULL value More...
 
bool IsPublicNull ()
 test for NULL value More...
 
void SetPublicNull ()
 assign NULL value More...
 
bool IsManualModicationNull ()
 test for NULL value More...
 
void SetManualModicationNull ()
 assign NULL value More...
 
bool IsManualModicationDateNull ()
 test for NULL value More...
 
void SetManualModicationDateNull ()
 assign NULL value More...
 
bool IsManualModByNull ()
 test for NULL value More...
 
void SetManualModByNull ()
 assign NULL value More...
 
bool IsExtractTypeCodeNull ()
 test for NULL value More...
 
void SetExtractTypeCodeNull ()
 assign NULL value More...
 
bool IsTemplateNull ()
 test for NULL value More...
 
void SetTemplateNull ()
 assign NULL value More...
 
bool IsRestrictedNull ()
 test for NULL value More...
 
void SetRestrictedNull ()
 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 ExtractName [get, set]
 Short name for the extract to be used in filenames. More...
 
String ExtractDesc [get, set]
 This is a long description for the extract. More...
 
System.? DateTime LastRef [get, set]
 
Boolean Deletable [get, set]
 
Boolean Frozen [get, set]
 The user can set the frozen field when the extract should not be updated. More...
 
Int32 KeyCount [get, set]
 
Boolean Public [get, set]
 
Boolean ManualModication [get, set]
 Indicates that the extract has been edited by a user. More...
 
System.? DateTime ManualModicationDate [get, set]
 Date the extract was manually modified. More...
 
String ManualModBy [get, set]
 Who made the last manual modification ? More...
 
String ExtractTypeCode [get, set]
 Indicate the extract type. Which function was the extract created through? More...
 
Boolean Template [get, set]
 Is this extract just a template that has not yet been run? More...
 
Boolean Restricted [get, set]
 Indicates whether or not the extract has restricted access. If it does then the access will be controlled by s_group_extract. 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

Master file for extracts. Contains names for the extract id.

Constructor & Destructor Documentation

◆ MExtractMasterRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsDeletableNull ( )
inline

test for NULL value

◆ IsExtractDescNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsExtractDescNull ( )
inline

test for NULL value

◆ IsExtractIdNull()

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

test for NULL value

◆ IsExtractNameNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsExtractNameNull ( )
inline

test for NULL value

◆ IsExtractTypeCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsExtractTypeCodeNull ( )
inline

test for NULL value

◆ IsFrozenNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsFrozenNull ( )
inline

test for NULL value

◆ IsKeyCountNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsKeyCountNull ( )
inline

test for NULL value

◆ IsLastRefNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsLastRefNull ( )
inline

test for NULL value

◆ IsManualModByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsManualModByNull ( )
inline

test for NULL value

◆ IsManualModicationDateNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsManualModicationDateNull ( )
inline

test for NULL value

◆ IsManualModicationNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsManualModicationNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPublicNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsPublicNull ( )
inline

test for NULL value

◆ IsRestrictedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsRestrictedNull ( )
inline

test for NULL value

◆ IsTemplateNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.IsTemplateNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetDeletableNull ( )
inline

assign NULL value

◆ SetExtractDescNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetExtractDescNull ( )
inline

assign NULL value

◆ SetExtractIdNull()

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

assign NULL value

◆ SetExtractNameNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetExtractNameNull ( )
inline

assign NULL value

◆ SetExtractTypeCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetExtractTypeCodeNull ( )
inline

assign NULL value

◆ SetFrozenNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetFrozenNull ( )
inline

assign NULL value

◆ SetKeyCountNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetKeyCountNull ( )
inline

assign NULL value

◆ SetLastRefNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetLastRefNull ( )
inline

assign NULL value

◆ SetManualModByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetManualModByNull ( )
inline

assign NULL value

◆ SetManualModicationDateNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetManualModicationDateNull ( )
inline

assign NULL value

◆ SetManualModicationNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetManualModicationNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPublicNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetPublicNull ( )
inline

assign NULL value

◆ SetRestrictedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetRestrictedNull ( )
inline

assign NULL value

◆ SetTemplateNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.SetTemplateNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Deletable

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.Deletable
getset

◆ ExtractDesc

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.ExtractDesc
getset

This is a long description for the extract.

◆ ExtractId

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

Identifier for the extract.

◆ ExtractName

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.ExtractName
getset

Short name for the extract to be used in filenames.

◆ ExtractTypeCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.ExtractTypeCode
getset

Indicate the extract type. Which function was the extract created through?

◆ Frozen

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.Frozen
getset

The user can set the frozen field when the extract should not be updated.

◆ KeyCount

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.KeyCount
getset

◆ LastRef

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.LastRef
getset

◆ ManualModBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.ManualModBy
getset

Who made the last manual modification ?

◆ ManualModication

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.ManualModication
getset

Indicates that the extract has been edited by a user.

◆ ManualModicationDate

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.ManualModicationDate
getset

Date the extract was manually modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ Public

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.Public
getset

◆ Restricted

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.Restricted
getset

Indicates whether or not the extract has restricted access. If it does then the access will be controlled by s_group_extract.

◆ Template

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.MExtractMasterRow.Template
getset

Is this extract just a template that has not yet been run?


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