OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow Class Reference

Analysis Attributes applied to an AP for posting to the GL. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow:

Public Member Functions

 AApAnalAttribRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsApDocumentIdNull ()
 test for NULL value More...
 
void SetApDocumentIdNull ()
 assign NULL value More...
 
bool IsDetailNumberNull ()
 test for NULL value More...
 
void SetDetailNumberNull ()
 assign NULL value More...
 
bool IsAnalysisTypeCodeNull ()
 test for NULL value More...
 
void SetAnalysisTypeCodeNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsAnalysisAttributeValueNull ()
 test for NULL value More...
 
void SetAnalysisAttributeValueNull ()
 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 LedgerNumber [get, set]
 The ledger that the attribute value is associated with. More...
 
Int32 ApDocumentId [get, set]
 Accounts Payable Sequence Number. More...
 
Int32 DetailNumber [get, set]
 The detail number within the invoice/ accounts payable. More...
 
String AnalysisTypeCode [get, set]
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String AnalysisAttributeValue [get, set]
 
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

Analysis Attributes applied to an AP for posting to the GL.

Constructor & Destructor Documentation

◆ AApAnalAttribRow()

Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.AApAnalAttribRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.InitValues ( )
inlinevirtual

set default values

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsAccountCodeNull ( )
inline

test for NULL value

◆ IsAnalysisAttributeValueNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsAnalysisAttributeValueNull ( )
inline

test for NULL value

◆ IsAnalysisTypeCodeNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsAnalysisTypeCodeNull ( )
inline

test for NULL value

◆ IsApDocumentIdNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsApDocumentIdNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDetailNumberNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsDetailNumberNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.IsModifiedByNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetAccountCodeNull ( )
inline

assign NULL value

◆ SetAnalysisAttributeValueNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetAnalysisAttributeValueNull ( )
inline

assign NULL value

◆ SetAnalysisTypeCodeNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetAnalysisTypeCodeNull ( )
inline

assign NULL value

◆ SetApDocumentIdNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetApDocumentIdNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDetailNumberNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetDetailNumberNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.SetModifiedByNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

String Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.AccountCode
getset

This identifies the account the financial transaction must be stored against.

◆ AnalysisAttributeValue

String Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.AnalysisAttributeValue
getset

◆ AnalysisTypeCode

String Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.AnalysisTypeCode
getset

◆ ApDocumentId

Int32 Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.ApDocumentId
getset

Accounts Payable Sequence Number.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.DateModified
getset

The date the record was modified.

◆ DetailNumber

Int32 Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.DetailNumber
getset

The detail number within the invoice/ accounts payable.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.LedgerNumber
getset

The ledger that the attribute value is associated with.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.AP.Data.AApAnalAttribRow.ModifiedBy
getset

User ID of who last modified this record.


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