Class TcoDataTask
Data task is a remote task
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
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: TcoData
Assembly: TcoDataConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoDataTask", "TcoData", TypeComplexityEnum.Complex)]
public class TcoDataTask : TcoRemoteTask, IVortexIdentity, IsTcoObject, ICommand, IDecorateLog, IsTask, INotifyPropertyChanged, IVortexObject, ITwinObject, IVortexElement, ITcoDataTask, ITcoRemoteTask, ITcoTask, ITcoObject, IShadowTcoDataTask, IShadowTcoRemoteTask, IShadowTcoTask, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Remarks
Inxton is required for this feature to work
Constructors
| Improve this Doc View SourceTcoDataTask()
Declaration
public TcoDataTask()
TcoDataTask(IVortexObject, String, String)
Declaration
public TcoDataTask(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
Fields
| Improve this Doc View Source__identifier
Declaration
OnlinerString __identifier
Field Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerString |
Properties
| Improve this Doc View Source_identifier
The Identifier, ID of an entity on which a CRUD operation should be executed.
Declaration
public OnlinerString _identifier { get; }
Property Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerString |
Methods
| Improve this Doc View SourceCopyPlainToShadow(PlainTcoDataTask)
Declaration
public void CopyPlainToShadow(PlainTcoDataTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataTask | source |
CreatePlainerType()
Declaration
public PlainTcoDataTask CreatePlainerType()
Returns
Type | Description |
---|---|
PlainTcoDataTask |
CreatePlainerType(PlainTcoDataTask)
Declaration
protected PlainTcoDataTask CreatePlainerType(PlainTcoDataTask cloned)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataTask | cloned |
Returns
Type | Description |
---|---|
PlainTcoDataTask |
FlushOnlineToPlain(PlainTcoDataTask)
Declaration
public void FlushOnlineToPlain(PlainTcoDataTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataTask | source |
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
FlushPlainToOnline(PlainTcoDataTask)
Declaration
public void FlushPlainToOnline(PlainTcoDataTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataTask | source |
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
| Improve this Doc View SourceIShadowTcoDataTask._identifier
Declaration
IShadowString IShadowTcoDataTask._identifier { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Shadows.IShadowString |
ITcoDataTask._identifier
Declaration
IOnlineString ITcoDataTask._identifier { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Online.IOnlineString |
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject