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

defines an item that can be sold or a service that can be charged for; this can be used for catering, hospitality, store and fees; it can describe a specific book, or a group of equally priced books More...

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

Public Member Functions

 AArArticleRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsArArticleCodeNull ()
 test for NULL value More...
 
void SetArArticleCodeNull ()
 assign NULL value More...
 
bool IsArCategoryCodeNull ()
 test for NULL value More...
 
void SetArCategoryCodeNull ()
 assign NULL value More...
 
bool IsTaxTypeCodeNull ()
 test for NULL value More...
 
void SetTaxTypeCodeNull ()
 assign NULL value More...
 
bool IsArSpecificArticleNull ()
 test for NULL value More...
 
void SetArSpecificArticleNull ()
 assign NULL value More...
 
bool IsArDescriptionNull ()
 test for NULL value More...
 
void SetArDescriptionNull ()
 assign NULL value More...
 
bool IsArLocalDescriptionNull ()
 test for NULL value More...
 
void SetArLocalDescriptionNull ()
 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 ArArticleCode [get, set]
 code that uniquely identifies the item; can also be a code of a group of equally priced items More...
 
String ArCategoryCode [get, set]
 this article belongs to a certain category (catering, hospitality, store, fees) More...
 
String TaxTypeCode [get, set]
 this article falls into a special tax/VAT category More...
 
Boolean ArSpecificArticle [get, set]
 describes whether this describes a specific item, e.g. book, or a group of equally priced items More...
 
String ArDescription [get, set]
 description of this article More...
 
String ArLocalDescription [get, set]
 description of this article in the local language 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

defines an item that can be sold or a service that can be charged for; this can be used for catering, hospitality, store and fees; it can describe a specific book, or a group of equally priced books

Constructor & Destructor Documentation

◆ AArArticleRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsArArticleCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.IsArArticleCodeNull ( )
inline

test for NULL value

◆ IsArCategoryCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.IsArCategoryCodeNull ( )
inline

test for NULL value

◆ IsArDescriptionNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.IsArDescriptionNull ( )
inline

test for NULL value

◆ IsArLocalDescriptionNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.IsArLocalDescriptionNull ( )
inline

test for NULL value

◆ IsArSpecificArticleNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.IsArSpecificArticleNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsTaxTypeCodeNull()

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

test for NULL value

◆ SetArArticleCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.SetArArticleCodeNull ( )
inline

assign NULL value

◆ SetArCategoryCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.SetArCategoryCodeNull ( )
inline

assign NULL value

◆ SetArDescriptionNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.SetArDescriptionNull ( )
inline

assign NULL value

◆ SetArLocalDescriptionNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.SetArLocalDescriptionNull ( )
inline

assign NULL value

◆ SetArSpecificArticleNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.SetArSpecificArticleNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetTaxTypeCodeNull()

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

assign NULL value

Property Documentation

◆ ArArticleCode

String Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.ArArticleCode
getset

code that uniquely identifies the item; can also be a code of a group of equally priced items

◆ ArCategoryCode

String Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.ArCategoryCode
getset

this article belongs to a certain category (catering, hospitality, store, fees)

◆ ArDescription

String Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.ArDescription
getset

description of this article

◆ ArLocalDescription

String Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.ArLocalDescription
getset

description of this article in the local language

◆ ArSpecificArticle

Boolean Ict.Petra.Shared.MFinance.AR.Data.AArArticleRow.ArSpecificArticle
getset

describes whether this describes a specific item, e.g. book, or a group of equally priced items

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ TaxTypeCode

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

this article falls into a special tax/VAT category


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