MoneyAccountActivity Class
Namespace: PTS.Modules.Transactions.Domain
Assembly: PTS.Modules.Transactions.dll
Syntax
public class MoneyAccountActivity
Inheritance
System.Object
MoneyAccountActivity
Properties
Account
Declaration
public virtual MoneyAccount Account { get; set; }
Property Value
Type | Description |
---|---|
MoneyAccount |
AccountId
Declaration
public long AccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
AccountOwnerId
Declaration
public long AccountOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PostedOn
Declaration
public DateTime PostedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Transaction
Declaration
public virtual Transaction Transaction { get; set; }
Property Value
Type | Description |
---|---|
Transaction |
TransactionId
Declaration
public long TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TransactionOwnerId
Declaration
public long TransactionOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Type
Declaration
public MoneyActivityType Type { get; set; }
Property Value
Type | Description |
---|---|
MoneyActivityType |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()