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

This is used by the invoicing. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow:

Public Member Functions

 ATaxTableRow (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 IsTaxTypeCodeNull ()
 test for NULL value More...
 
void SetTaxTypeCodeNull ()
 assign NULL value More...
 
bool IsTaxRateCodeNull ()
 test for NULL value More...
 
void SetTaxRateCodeNull ()
 assign NULL value More...
 
bool IsTaxValidFromNull ()
 test for NULL value More...
 
void SetTaxValidFromNull ()
 assign NULL value More...
 
bool IsTaxRateDescriptionNull ()
 test for NULL value More...
 
void SetTaxRateDescriptionNull ()
 assign NULL value More...
 
bool IsTaxRateNull ()
 test for NULL value More...
 
void SetTaxRateNull ()
 assign NULL value More...
 
bool IsActiveNull ()
 test for NULL value More...
 
void SetActiveNull ()
 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]
 This is used as a key field in most of the accounting system files. More...
 
String TaxTypeCode [get, set]
 The tax type is always the same, e.g. VAT. More...
 
String TaxRateCode [get, set]
 this describes whether it is e.g. the standard, reduced or zero rate of VAT More...
 
System.DateTime TaxValidFrom [get, set]
 this describes when this particular percentage rate has become valid by law More...
 
String TaxRateDescription [get, set]
 This is a short description which is 32 charcters long. More...
 
Decimal TaxRate [get, set]
 Tax rate. More...
 
Boolean Active [get, set]
 flag that prevents this rate from being used, e.g. if it has been replaced by another rate 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

This is used by the invoicing.

Constructor & Destructor Documentation

◆ ATaxTableRow()

Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.ATaxTableRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.InitValues ( )
inlinevirtual

set default values

◆ IsActiveNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsActiveNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsTaxRateCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsTaxRateCodeNull ( )
inline

test for NULL value

◆ IsTaxRateDescriptionNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsTaxRateDescriptionNull ( )
inline

test for NULL value

◆ IsTaxRateNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsTaxRateNull ( )
inline

test for NULL value

◆ IsTaxTypeCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsTaxTypeCodeNull ( )
inline

test for NULL value

◆ IsTaxValidFromNull()

bool Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.IsTaxValidFromNull ( )
inline

test for NULL value

◆ SetActiveNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetActiveNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetTaxRateCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetTaxRateCodeNull ( )
inline

assign NULL value

◆ SetTaxRateDescriptionNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetTaxRateDescriptionNull ( )
inline

assign NULL value

◆ SetTaxRateNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetTaxRateNull ( )
inline

assign NULL value

◆ SetTaxTypeCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetTaxTypeCodeNull ( )
inline

assign NULL value

◆ SetTaxValidFromNull()

void Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.SetTaxValidFromNull ( )
inline

assign NULL value

Property Documentation

◆ Active

Boolean Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.Active
getset

flag that prevents this rate from being used, e.g. if it has been replaced by another rate

◆ CreatedBy

String Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.DateModified
getset

The date the record was modified.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.LedgerNumber
getset

This is used as a key field in most of the accounting system files.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.ModifiedBy
getset

User ID of who last modified this record.

◆ TaxRate

Decimal Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.TaxRate
getset

Tax rate.

◆ TaxRateCode

String Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.TaxRateCode
getset

this describes whether it is e.g. the standard, reduced or zero rate of VAT

◆ TaxRateDescription

String Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.TaxRateDescription
getset

This is a short description which is 32 charcters long.

◆ TaxTypeCode

String Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.TaxTypeCode
getset

The tax type is always the same, e.g. VAT.

◆ TaxValidFrom

System.DateTime Ict.Petra.Shared.MFinance.AR.Data.ATaxTableRow.TaxValidFrom
getset

this describes when this particular percentage rate has become valid by law


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