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