Class TcoInspectorTask
Base block for inspectors.
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
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: TcoInspectors
Assembly: TcoInspectorsConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoInspectorTask", "TcoInspectors", TypeComplexityEnum.Complex)]
public class TcoInspectorTask : TcoTask, IVortexIdentity, IsTcoObject, ICommand, IDecorateLog, IsTask, IVortexObject, ITwinObject, IVortexElement, ITcoInspectorTask, ITcoTask, ITcoObject, IShadowTcoInspectorTask, IShadowTcoTask, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
| Improve this Doc View SourceTcoInspectorTask()
Declaration
public TcoInspectorTask()
TcoInspectorTask(IVortexObject, String, String)
Declaration
public TcoInspectorTask(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__onDoneFlag
Declaration
OnlinerBool __onDoneFlag
Field Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerBool |
Properties
| Improve this Doc View Source_onDoneFlag
Declaration
public OnlinerBool _onDoneFlag { get; }
Property Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerBool |
Methods
| Improve this Doc View SourceCopyPlainToShadow(PlainTcoInspectorTask)
Declaration
public void CopyPlainToShadow(PlainTcoInspectorTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoInspectorTask | source |
CreatePlainerType()
Declaration
public PlainTcoInspectorTask CreatePlainerType()
Returns
Type | Description |
---|---|
PlainTcoInspectorTask |
CreatePlainerType(PlainTcoInspectorTask)
Declaration
protected PlainTcoInspectorTask CreatePlainerType(PlainTcoInspectorTask cloned)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoInspectorTask | cloned |
Returns
Type | Description |
---|---|
PlainTcoInspectorTask |
FlushOnlineToPlain(PlainTcoInspectorTask)
Declaration
public void FlushOnlineToPlain(PlainTcoInspectorTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoInspectorTask | source |
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
FlushPlainToOnline(PlainTcoInspectorTask)
Declaration
public void FlushPlainToOnline(PlainTcoInspectorTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoInspectorTask | 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 SourceIShadowTcoInspectorTask._onDoneFlag
Declaration
IShadowBool IShadowTcoInspectorTask._onDoneFlag { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
ITcoInspectorTask._onDoneFlag
Declaration
IOnlineBool ITcoInspectorTask._onDoneFlag { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Online.IOnlineBool |
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject