TransactionInfo Class
Namespace: PTS.Modules.Transactions.Domain
Assembly: PTS.Modules.Transactions.dll
Syntax
public class TransactionInfo
Inheritance
System.Object
TransactionInfo
Properties
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 TransactionInfoType Type { get; set; }
Property Value
Type | Description |
---|---|
TransactionInfoType |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()