Class PlainTcoInspectorTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
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
public class PlainTcoInspectorTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoInspectorTask()
Declaration
public PlainTcoInspectorTask()
Fields
| Improve this Doc View Source__onDoneFlag
Declaration
bool __onDoneFlag
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Properties
| Improve this Doc View Source_onDoneFlag
Declaration
public bool _onDoneFlag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoInspectorTask)
Declaration
public void CopyCyclicToPlain(ITcoInspectorTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoInspectorTask | source |
CopyCyclicToPlain(TcoInspectorTask)
Declaration
public void CopyCyclicToPlain(TcoInspectorTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoInspectorTask | source |
CopyPlainToCyclic(ITcoInspectorTask)
Declaration
public void CopyPlainToCyclic(ITcoInspectorTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoInspectorTask | target |
CopyPlainToCyclic(TcoInspectorTask)
Declaration
public void CopyPlainToCyclic(TcoInspectorTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoInspectorTask | target |
CopyPlainToShadow(IShadowTcoInspectorTask)
Declaration
public void CopyPlainToShadow(IShadowTcoInspectorTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoInspectorTask | target |
CopyPlainToShadow(TcoInspectorTask)
Declaration
public void CopyPlainToShadow(TcoInspectorTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoInspectorTask | target |
CopyShadowToPlain(IShadowTcoInspectorTask)
Declaration
public void CopyShadowToPlain(IShadowTcoInspectorTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoInspectorTask | source |
CopyShadowToPlain(TcoInspectorTask)
Declaration
public void CopyShadowToPlain(TcoInspectorTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoInspectorTask | source |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain