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

assign a price to an article, which can be updated by time More...

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

Public Member Functions

 AArArticlePriceRow (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 IsArDateValidFromNull ()
 test for NULL value More...
 
void SetArDateValidFromNull ()
 assign NULL value More...
 
bool IsArAmountNull ()
 test for NULL value More...
 
void SetArAmountNull ()
 assign NULL value More...
 
bool IsCurrencyCodeNull ()
 test for NULL value More...
 
void SetCurrencyCodeNull ()
 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 identifies the item to be sold or service to be charged More...
 
System.DateTime ArDateValidFrom [get, set]
 date from which this price is valid More...
 
Decimal ArAmount [get, set]
 the value of the item in base currency More...
 
String CurrencyCode [get, set]
 the currency in which the price is given 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

assign a price to an article, which can be updated by time

Constructor & Destructor Documentation

◆ AArArticlePriceRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsArAmountNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.IsArAmountNull ( )
inline

test for NULL value

◆ IsArArticleCodeNull()

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

test for NULL value

◆ IsArDateValidFromNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.IsArDateValidFromNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetArAmountNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.SetArAmountNull ( )
inline

assign NULL value

◆ SetArArticleCodeNull()

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

assign NULL value

◆ SetArDateValidFromNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.SetArDateValidFromNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ ArAmount

Decimal Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.ArAmount
getset

the value of the item in base currency

◆ ArArticleCode

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

code that identifies the item to be sold or service to be charged

◆ ArDateValidFrom

System.DateTime Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.ArDateValidFrom
getset

date from which this price is valid

◆ CreatedBy

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

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MFinance.AR.Data.AArArticlePriceRow.CurrencyCode
getset

the currency in which the price is given

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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