Class TcoEntity
Base strucure of any data entity used in TcoDataExchange.
Inxton is required for this feature to work.
information
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 TcoEntity : TcoStruct
Examples
// DATA STRUCTURE ELIGIBLE FOR USE WITH TcoDataExchange.
TYPE
SandboxData EXTENDS TcoData.TcoEntity :
STRUCT
sampleData : SampleDataStructure;
someInteger : INT;
someString : STRING;
END_STRUCT
END_TYPE
Constructors
| Improve this Doc View SourceTcoEntity()
Prevents creating instance of this class via public constructor
Declaration
public TcoEntity()
Fields
| Improve this Doc View Source_EntityId
Declaration
public object _EntityId
Field Value
Type | Description |
---|---|
System.Object |