Difference between revisions of "Activity:GetProxyInformation (Activity)"
(Created page with "{{ActivityInfoBox | title = Get Proxy Information | name = GetProxyInformation | image = | imagecaption = Activity GetProxyInformation | purpose = Get system data of proxy ob...") |
|||
| Line 21: | Line 21: | ||
|- align="left" | |- align="left" | ||
| − | | | + | | ImportStatus|| [[ProxyImportStatus]]|| Out || Current [[Proxy#Import_states|Import state]] |
|- align="left" | |- align="left" | ||
| − | | | + | | ExportStatus|| [[ProxyExportStatus]]|| Out || Current [[Proxy#Export_states|Export state]] |
|- align="left" | |- align="left" | ||
| Target || {{Integer}}|| Out || | | Target || {{Integer}}|| Out || | ||
Revision as of 10:15, 7 January 2015
| Get Proxy Information | |
|---|---|
| Name | GetProxyInformation |
| Purpose | Get system data of proxy object |
| Category | Data Exchange |
| Returns | Various information |
| Version | 2.1+ |
The GetProxyInformation Activity returns various system data of a proxy object.
Contents
Arguments
| Argument | Type | Direction | Purpose |
|---|---|---|---|
| ProxyObject | Proxy | In | The proxy object |
| Target | BaseClass | Out | Target object |
| ImportStatus | ProxyImportStatus | Out | Current Import state |
| ExportStatus | ProxyExportStatus | Out | Current Export state |
| Target | Integer | Out | |
| Target | Integer | Out | |
| Target | Integer | Out | |
| Target | Integer | Out | |
| Target | Integer | Out | |
| Target | Integer | Out | |
| Result | Boolean | Out | True if data has been loaded |
public OutArgument<> ImportStatus { get; set; }
public OutArgument<ProxyExportStatus> ExportStatus { get; set; }
public OutArgument<int> ImportTargetVersion { get; set; }
public OutArgument<int> ExportTargetVersion { get; set; }
public OutArgument<int> ImportVersion { get; set; }
public OutArgument<int> ExportVersion { get; set; }
public OutArgument<DateTime> ImportTimeStamp { get; set; }
public OutArgument<DateTime> ExportTimeStamp { get; set; }
public OutArgument<DateTime> ExternalImportTimeStamp { get; set; }
public OutArgument<DateTime> ExternalExportTimeStamp { get; set; }
public OutArgument<int> ImportHash { get; set; }
public OutArgument<int> ExportHash { get; set; }
public OutArgument<bool> ImportDeleted { get; set; }
public OutArgument<bool> ExportDeleted { get; set; }
Usage
This activity is used to get different kinds of system data from a proxy object at once.
Example
Save the given object shallow:
| Argument | Value |
|---|---|
| UBIKObject | Connect this argument with a variable |
| ShallowSave | True |
