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