Class TcoDataTask
Data task is a remote task
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PlcDocu.TcoData
Assembly: TcoDataConnector.dll
Syntax
public abstract class TcoDataTask : TcoRemoteTask
Remarks
Inxton is required for this feature to work
Constructors
| Improve this Doc View SourceTcoDataTask()
Prevents creating instance of this class via public constructor
Declaration
public TcoDataTask()
Fields
| Improve this Doc View Source_identifier
The Identifier, ID of an entity on which a CRUD operation should be executed.
Declaration
public object _identifier
Field Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceWithId(Object)
Executes CRUD operation on data entry with given identifier.
Declaration
[IgnoreReflection]
public dynamic WithId(dynamic inIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.Object | inIdentifier | Plc type : STRING [VAR_INPUT]; Twin type : Vortex.Connector.ValueTypes.OnlinerString
|
Returns
Type | Description |
---|---|
System.Object | Plc type TcoDataTask; Twin type: TcoDataTask |
Remarks
Inxton is required for this feature to work