Class FileExchangeTxn
Class for the item type FileExchangeTxn
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class FileExchangeTxn : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceFileExchangeTxn()
Declaration
protected FileExchangeTxn()
FileExchangeTxn(ElementFactory, Object[])
Declaration
public FileExchangeTxn(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceComments()
Retrieve the comments
property of the item
Declaration
public IProperty_Text Comments()
Returns
Type | Description |
---|---|
IProperty_Text |
Data()
Retrieve the data
property of the item
Declaration
public IProperty_Text Data()
Returns
Type | Description |
---|---|
IProperty_Text |
Error()
Retrieve the error
property of the item
Declaration
public IProperty_Text Error()
Returns
Type | Description |
---|---|
IProperty_Text |
Package()
Retrieve the package
property of the item
Declaration
public IProperty_Item<FileExchangePackage> Package()
Returns
Type | Description |
---|---|
IProperty_Item<FileExchangePackage> |
ServiceProvider()
Retrieve the service_provider
property of the item
Declaration
public IProperty_Text ServiceProvider()
Returns
Type | Description |
---|---|
IProperty_Text |
TransferAttempts()
Retrieve the transfer_attempts
property of the item
Declaration
public IProperty_Number TransferAttempts()
Returns
Type | Description |
---|---|
IProperty_Number |
TxnNumber()
Retrieve the txn_number
property of the item
Declaration
public IProperty_Text TxnNumber()
Returns
Type | Description |
---|---|
IProperty_Text |
TxnStatus()
Retrieve the txn_status
property of the item
Declaration
public IProperty_Text TxnStatus()
Returns
Type | Description |
---|---|
IProperty_Text |
TxnType()
Retrieve the txn_type
property of the item
Declaration
public IProperty_Text TxnType()
Returns
Type | Description |
---|---|
IProperty_Text |