Class PlainTcoAnalogueInspectorData
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoAnalogueInspectorData
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 PlainTcoAnalogueInspectorData : PlainTcoInspectorData, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoAnalogueInspectorData()
Declaration
public PlainTcoAnalogueInspectorData()
Fields
|
Improve this Doc
View Source
_DetectedStatus
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_RequiredMax
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_RequiredMin
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
|
Improve this Doc
View Source
DetectedStatus
Declaration
public double DetectedStatus { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
RequiredMax
Declaration
public double RequiredMax { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
RequiredMin
Declaration
public double RequiredMin { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoAnalogueInspectorData)
Declaration
public void CopyCyclicToPlain(ITcoAnalogueInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoAnalogueInspectorData)
Declaration
public void CopyCyclicToPlain(TcoAnalogueInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoAnalogueInspectorData)
Declaration
public void CopyPlainToCyclic(ITcoAnalogueInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoAnalogueInspectorData)
Declaration
public void CopyPlainToCyclic(TcoAnalogueInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoAnalogueInspectorData)
Declaration
public void CopyPlainToShadow(IShadowTcoAnalogueInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoAnalogueInspectorData)
Declaration
public void CopyPlainToShadow(TcoAnalogueInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoAnalogueInspectorData)
Declaration
public void CopyShadowToPlain(IShadowTcoAnalogueInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoAnalogueInspectorData)
Declaration
public void CopyShadowToPlain(TcoAnalogueInspectorData 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