CmdDeposit Class

public class CmdDeposit : AccountTransactionCommand
This language is not supported or no code example is available.
public ref class CmdDeposit : public AccountTransactionCommand^
This language is not supported or no code example is available.
public class CmdDeposit 
extends AccountTransactionCommand
This language is not supported or no code example is available.
Name Description
Public constructor CmdDeposit()
Top
Name Description
Public property Amount (inherited from AccountTransactionCommand).
Public property CommandType (inherited from AdminCommand).
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Text (inherited from AccountTransactionCommand).
Public property TransactionType (inherited from AccountTransactionCommand).
Public property TypeId (inherited from AdminCommand).
Public property Username (inherited from UserAdminCommand).
Top
Methods
 
Name Description
Protected method GetValue<T>(string) (inherited from AdminCommand).
Protected method SetValue(string, object) (inherited from AdminCommand).
Public method To<T>() (inherited from AdminCommand).
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() (inherited from AdminCommand).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition