Class PlainTcoDigitalInspectorData
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoDigitalInspectorData
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 PlainTcoDigitalInspectorData : PlainTcoInspectorData, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoDigitalInspectorData()
Declaration
public PlainTcoDigitalInspectorData()
Fields
|
Improve this Doc
View Source
_DetectedStatus
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_RequiredStatus
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
DetectedStatus
Declaration
public bool DetectedStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RequiredStatus
Declaration
public bool RequiredStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoDigitalInspectorData)
Declaration
public void CopyCyclicToPlain(ITcoDigitalInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoDigitalInspectorData)
Declaration
public void CopyCyclicToPlain(TcoDigitalInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoDigitalInspectorData)
Declaration
public void CopyPlainToCyclic(ITcoDigitalInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoDigitalInspectorData)
Declaration
public void CopyPlainToCyclic(TcoDigitalInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoDigitalInspectorData)
Declaration
public void CopyPlainToShadow(IShadowTcoDigitalInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoDigitalInspectorData)
Declaration
public void CopyPlainToShadow(TcoDigitalInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoDigitalInspectorData)
Declaration
public void CopyShadowToPlain(IShadowTcoDigitalInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoDigitalInspectorData)
Declaration
public void CopyShadowToPlain(TcoDigitalInspectorData 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