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