Account.Add (Double, Byte, String, Boolean) Method

Creates and adds an account transaction to this account at the current datetime of the framework
public void Add( 
double value
byte currencyId = OberMind.CurrencyId.USD, 
string text = null, 
bool updateParent = true 
)
This language is not supported or no code example is available.
public:  
void Add( 
double value
Byte currencyId
String^ text
bool updateParent 
)
This language is not supported or no code example is available.
public function Add( 
value : double
currencyId : byte
text : String
updateParent : boolean 
);
This language is not supported or no code example is available.

Parameters

value
double

The value.

currencyId
byte

The currency identifier.

text
string

The text.

updateParent
bool

In this article

Definition