Class PlainTcoAnalogueInspector
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 PlainTcoAnalogueInspector : PlainTcoInspector, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoAnalogueInspector()
Declaration
public PlainTcoAnalogueInspector()
Fields
| Improve this Doc View Source__data
Declaration
PlainTcoAnalogueInspectorData __data
Field Value
Type | Description |
---|---|
PlainTcoAnalogueInspectorData |
Properties
| Improve this Doc View Source_data
Declaration
public PlainTcoAnalogueInspectorData _data { get; set; }
Property Value
Type | Description |
---|---|
PlainTcoAnalogueInspectorData |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoAnalogueInspector)
Declaration
public void CopyCyclicToPlain(ITcoAnalogueInspector source)
Parameters
Type | Name | Description |
---|---|---|
ITcoAnalogueInspector | source |
CopyCyclicToPlain(TcoAnalogueInspector)
Declaration
public void CopyCyclicToPlain(TcoAnalogueInspector source)
Parameters
Type | Name | Description |
---|---|---|
TcoAnalogueInspector | source |
CopyPlainToCyclic(ITcoAnalogueInspector)
Declaration
public void CopyPlainToCyclic(ITcoAnalogueInspector target)
Parameters
Type | Name | Description |
---|---|---|
ITcoAnalogueInspector | target |
CopyPlainToCyclic(TcoAnalogueInspector)
Declaration
public void CopyPlainToCyclic(TcoAnalogueInspector target)
Parameters
Type | Name | Description |
---|---|---|
TcoAnalogueInspector | target |
CopyPlainToShadow(IShadowTcoAnalogueInspector)
Declaration
public void CopyPlainToShadow(IShadowTcoAnalogueInspector target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoAnalogueInspector | target |
CopyPlainToShadow(TcoAnalogueInspector)
Declaration
public void CopyPlainToShadow(TcoAnalogueInspector target)
Parameters
Type | Name | Description |
---|---|---|
TcoAnalogueInspector | target |
CopyShadowToPlain(IShadowTcoAnalogueInspector)
Declaration
public void CopyShadowToPlain(IShadowTcoAnalogueInspector source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoAnalogueInspector | source |
CopyShadowToPlain(TcoAnalogueInspector)
Declaration
public void CopyShadowToPlain(TcoAnalogueInspector source)
Parameters
Type | Name | Description |
---|---|---|
TcoAnalogueInspector | 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