Class PlainTcoInspector
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoInspector
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 PlainTcoInspector : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoInspector()
Declaration
public PlainTcoInspector()
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoInspector)
Declaration
public void CopyCyclicToPlain(ITcoInspector source)
Parameters
Type | Name | Description |
---|---|---|
ITcoInspector | source |
CopyCyclicToPlain(TcoInspector)
Declaration
public void CopyCyclicToPlain(TcoInspector source)
Parameters
Type | Name | Description |
---|---|---|
TcoInspector | source |
CopyPlainToCyclic(ITcoInspector)
Declaration
public void CopyPlainToCyclic(ITcoInspector target)
Parameters
Type | Name | Description |
---|---|---|
ITcoInspector | target |
CopyPlainToCyclic(TcoInspector)
Declaration
public void CopyPlainToCyclic(TcoInspector target)
Parameters
Type | Name | Description |
---|---|---|
TcoInspector | target |
CopyPlainToShadow(IShadowTcoInspector)
Declaration
public void CopyPlainToShadow(IShadowTcoInspector target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoInspector | target |
CopyPlainToShadow(TcoInspector)
Declaration
public void CopyPlainToShadow(TcoInspector target)
Parameters
Type | Name | Description |
---|---|---|
TcoInspector | target |
CopyShadowToPlain(IShadowTcoInspector)
Declaration
public void CopyShadowToPlain(IShadowTcoInspector source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoInspector | source |
CopyShadowToPlain(TcoInspector)
Declaration
public void CopyShadowToPlain(TcoInspector source)
Parameters
Type | Name | Description |
---|---|---|
TcoInspector | 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