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