|
Name
|
Description
|
|
AddElementToAsset(string, string, bool)
|
Add element name to asset
|
|
AddValuesToTagHistorian(string[], IList<Double>[], IList<Int32>[], IList<DateTime>[])
|
Add new values to tag historian
|
|
ArrayDataDefined(string)
|
Gets array size from tag. The size depends to value of quality. The first index found different of Undefined from bottom to top is the returned value.
|
|
ArraySize(string)
|
Gets array size from tag
|
|
Asset(string)
|
Get reference to asset
|
|
BeginExecuteClassMethodOnServer(string, string, AsyncCallback, object, object[])
|
Begin async execute method of class Server domain
|
|
BeginGetAllAttributes(string, int, bool, AsyncCallback, object)
|
Begin get attributes of TagProvider from initial element
|
|
BeginGetAssets(string, AsyncCallback, object)
|
Begin get assets from initial element
|
|
BeginGetChildrenElements(string, eTkElementType, AsyncCallback, object)
|
Begin get children from element name
|
|
BeginGetElementType(string, AsyncCallback, object)
|
Begin get type from element name
|
|
BulkTreatAlarm(string, object[], int[], DateTime[])
|
Bulk treat alarms of a tag
|
|
Char(int)
|
Gets char
|
|
ClearTag(ArrayObj<UserType>)
|
Clear tag
|
|
ClearTag(string)
|
Clear tag name
|
|
CompareTag(UserType, UserType)
|
Compare tags
|
|
CompareTag(string, string)
|
Compare tags
|
|
CompileExpression(string)
|
Compiles the simple expression using a data series
|
|
ConvertTo<T>(object)
|
Performs convert to type
|
|
CopyDataTableToTag(DataTable, UserType)
|
Copy datatable to tag
|
|
CopyDataTableToTag(DataTable, string)
|
Copy datatable to tag
|
|
CopyNetObjectToTag(object, IArrayObj, bool)
|
Copy .NET object to tag
|
|
CopyNetObjectToTag(object, string, bool)
|
Copy .NET object to tag
|
|
CopyTagToDataTable(UserType)
|
Copy tag values to datatable
|
|
CopyTagToDataTable(string)
|
Copy tag values to datatable
|
|
CopyTagToNetObject(IArrayObj, object, bool, bool)
|
Copy tag values to .NET object
|
|
CopyTagToNetObject(string, object, bool, bool)
|
Copy tag values to .NET object
|
|
CopyTagToTag(UserType, UserType)
|
Copy tag values to another tag
|
|
CopyTagToTag(string, string)
|
Copy tag values to another tag
|
|
CreateSyncMarker()
|
Create a sync marker. Sync marker is used to ensure that all objects were syncronized to server
|
|
CreateTaskEvent(string, object, bool, bool, int)
|
Create an event to be executed
|
|
DoubleQuotes(string)
|
Add double quote at the start and end of the string
|
|
EndExecuteClassMethodOnServer(IAsyncResult, object[])
|
End an asynchronous execute class method
|
|
EndGetAllAttributes(IAsyncResult)
|
End an asynchronous GetAllAttributes method
|
|
EndGetAssets(IAsyncResult)
|
End an asynchronous GetAssets method
|
|
EndGetChildrenElements(IAsyncResult, out bool, out bool)
|
End an asynchronous GetChildElement method
|
|
EndGetElementType(IAsyncResult)
|
End an asynchronous GetElementType method
|
|
EvaluateExpression(string)
|
Evaluates simple expression
|
|
EvaluateExpression(string, IDictionary<StringObject>[], Type[], string[])
|
Evaluates the simple expression using a data series
|
|
ExecuteClassMethodOnServer(string, string, object[])
|
Execute method of class Server domain
|
|
FileSaveAs(object, string)
|
Save content as file
|
|
GeneratePassword(int)
|
Generates default password
|
|
GetAllAttributes(string, int, bool)
|
Get attributes of TagProvider from initial element
|
|
GetAssetDouble(string)
|
Get value to asset converted to double
|
|
GetAssetFolderName(string)
|
Get asset pat from object name
|
|
GetAssetNameAsDisplayText(string)
|
Get asset name as display text
|
|
GetAssetNameFromElement(string, bool)
|
Get asset name from full syntax
|
|
GetAssets(string, bool)
|
Gets asset names from asset path
|
|
GetAssets(string)
|
Get assets from initial element
|
|
GetCategoryNameFromIDs(UInt64, bool)
|
Get names or titles of categories
|
|
GetChildrenElements(string)
|
Get children from element name
|
|
GetChildrenElements(string, eTkElementType)
|
Get children from element name
|
|
GetChildrenElements(string, out bool, out bool)
|
Get children from element name
|
|
GetElementType(string)
|
Gets element type from element name
|
|
GetExternalTagsFromElement(string)
|
Get TagProvider name from full syntax
|
|
GetMembers(string, EditInfo)
|
Get name of each member from object name
|
|
GetMembersAsDataRow(string, EditInfo)
|
Gets members from object name
|
|
GetMembersInfo(string, EditInfo)
|
Gets info from object name
|
|
GetObjectValue(string)
|
Gets object value
|
|
GetParentElement(string)
|
Gets parent name from element name
|
|
GetParentFolder(string)
|
Gets parent of asset path
|
|
GetSubFolders(string)
|
Get children from asset path
|
|
GetTagChildren(string, bool)
|
Get children from object name
|
|
GetTagChildrenAsDataRow(bool, string)
|
Get children from object name
|
|
GetTagChildrenAsDataRow(string, bool)
|
Get children from object name
|
|
GetTagChildrenInfo(bool, string)
|
Get children from object name
|
|
GetTagHistorian(string, DateTimeOffset, object, string, bool, bool, bool, bool, string)
|
Get historical from tag
|
|
GetTagHistorian(string, double, double, string, long, bool, string)
|
Get historical from tag
|
|
GetTagsHistorian(string[], DateTimeOffset, object, string, bool, bool, bool, bool, string)
|
Get historical from array of tag
|
|
GetTaskEvent(string)
|
Get object containing information being executed
|
|
GetTaskEventCount()
|
Return number of events to be executed
|
|
GetValueFromHistorian(string, DateTime)
|
Gets historian value from tag name
|
|
GetValuesFromHistorian(string[], DateTime)
|
Get historian values from tag names
|
|
HasAttributes(string)
|
Gets if element name has attributes
|
|
HasChildren(string)
|
Gets if element name has children
|
|
HasHistorian(string)
|
Gets if tag name has historian
|
|
InitializeTag(ArrayObj<UserType>, object)
|
Initialize tag with a value
|
|
InitializeTag(string, object)
|
Initialize tag with a value
|
|
InternalExecuteClassMethodOnClient(string, string, params object[])
|
Internal use
|
|
InternalExecuteClassMethodOnServer(string, string, params object[])
|
Internal use
|
|
IsArrayBase(string)
|
Gets if tag is array
|
|
IsAttribute(string)
|
Gets if element name is an attribute
|
|
IsAttribute(string, int)
|
Gets if element name is an attribute
|
|
IsFromTemplate(string)
|
Gets if tag is a user template
|
|
IsTagDevicePointPrimaryStation(string, string)
|
Returns whether tag is using Device Node PrimaryStation or BackupStation
|
|
LoadFromXML(string, string)
|
Load XML file and copy to tag
|
|
LoadFromXML(string, UserType)
|
Load XML file and copy to tag
|
|
LoadFromXMLString(string, string)
|
Load XML data and copy to tag
|
|
LoadFromXMLString(string, UserType)
|
Load XML data and copy to tag
|
|
LoadSnapshotTags(string)
|
Load tag values from file.
|
|
LogException(Exception, string)
|
Log exception on TraceWindow
|
|
Logical(object)
|
Return logic from a value
|
|
LogicalNot(object)
|
Return inverse logic from a value
|
|
NormalizeObjectName(string, bool)
|
Normalize object name
|
|
PreloadObject(string)
|
Preload main properties from object name. Used to improvement performance while getting object by first ime
|
|
PreloadObject(string, string[])
|
Preload main properties from object name. Used to improvement performance while getting object by first ime
|
|
PrepareTK(ObjectServer)
|
Internal Use
|
|
SaveImageAsPDF(string, string, bool, int, string, string, string, string, string)
|
Save image as PDF file
|
|
SaveSnapshotTags(string)
|
Save current tag values to file.
|
|
SaveToXML(string, UserType)
|
Create XML file from tag
|
|
SaveToXML(string, string)
|
|
|
SaveToXMLString(UserType)
|
Create XML data from tag
|
|
SaveToXMLString(string)
|
Create XML data from tag
|
|
SetAsset(string, object)
|
Set new value to asset
|
|
SetObjectValue(string, object)
|
Sets new value for object
|
|
SetObjectValue(string, object, int, DateTimeOffset, bool)
|
Sets new value for object
|
|
SplitAsset(string)
|
Split asset
|
|
TIf(bool, object, object)
|
|
|
To(Type, object)
|
Performs convert to type
|
|
To<T>(object)
|
Performs convert to type
|
|
ToBool(object)
|
Performs convert to boolean
|
|
ToDateTime(object)
|
Performs convert to DateTime
|
|
ToDateTimeOffset(object, DateTimeKind)
|
Performs convert to DateTimeOffset
|
|
ToDouble(object)
|
Performs convert to double
|
|
ToInt(object)
|
Performs convert to int
|
|
ToLong(object)
|
Performs convert to long
|
|
ToString(object)
|
Performs convert to string
|
|
ToTimeSpan(object)
|
Performs convert to TimeStamp
|
|
Toggle(object)
|
Toggles value
|
|
Trace(string, eTkTraceType, string, string, string)
|
Log a message to TraceWindow
|
|
UnitsConversion(string, string)
|
Convert tag value to new unit
|
|
UnzipFile(string, string)
|
Extracts all the files in the specified zip archive to a directory on the file system.
|
|
WaitSyncMarker(object, TimeSpan)
|
Wait all objects will be syncronized to server
|
|
ZipFile(string, string)
|
Creates a zip archive that contains the files and directories from the specified directory.
|