Class ReplicationTxn
Class for the item type ReplicationTxn
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 ReplicationTxn : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceReplicationTxn()
Declaration
protected ReplicationTxn()
ReplicationTxn(ElementFactory, Object[])
Declaration
public ReplicationTxn(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceEndTime()
Retrieve the end_time
property of the item
Declaration
public IProperty_Date EndTime()
Returns
Type | Description |
---|---|
IProperty_Date |
ErrorMsg()
Retrieve the error_msg
property of the item
Declaration
public IProperty_Text ErrorMsg()
Returns
Type | Description |
---|---|
IProperty_Text |
ExecutionAttempt()
Retrieve the execution_attempt
property of the item
Declaration
public IProperty_Number ExecutionAttempt()
Returns
Type | Description |
---|---|
IProperty_Number |
FileId()
Retrieve the file_id
property of the item
Declaration
public IProperty_Text FileId()
Returns
Type | Description |
---|---|
IProperty_Text |
FromVault()
Retrieve the from_vault
property of the item
Declaration
public IProperty_Item<Vault> FromVault()
Returns
Type | Description |
---|---|
IProperty_Item<Vault> |
NotBefore()
Retrieve the not_before
property of the item
Declaration
public IProperty_Date NotBefore()
Returns
Type | Description |
---|---|
IProperty_Date |
ReplicationRule()
Retrieve the replication_rule
property of the item
Declaration
public IProperty_Item<ReplicationRule> ReplicationRule()
Returns
Type | Description |
---|---|
IProperty_Item<ReplicationRule> |
ReplicationStatus()
Retrieve the replication_status
property of the item
Declaration
public IProperty_Text ReplicationStatus()
Returns
Type | Description |
---|---|
IProperty_Text |
StartTime()
Retrieve the start_time
property of the item
Declaration
public IProperty_Date StartTime()
Returns
Type | Description |
---|---|
IProperty_Date |
ToVault()
Retrieve the to_vault
property of the item
Declaration
public IProperty_Item<Vault> ToVault()
Returns
Type | Description |
---|---|
IProperty_Item<Vault> |
UserId()
Retrieve the user_id
property of the item
Declaration
public IProperty_Item<User> UserId()
Returns
Type | Description |
---|---|
IProperty_Item<User> |