Class PlainTcoInspectorDialog
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoInspectorDialog
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 PlainTcoInspectorDialog : PlainTcoDialogBase, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoInspectorDialog()
Declaration
public PlainTcoInspectorDialog()
Fields
|
Improve this Doc
View Source
__dialogueOverride
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__dialogueRetry
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__dialogueTerminate
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__isOverInspected
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
_dialogueOverride
Declaration
public bool _dialogueOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_dialogueRetry
Declaration
public bool _dialogueRetry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_dialogueTerminate
Declaration
public bool _dialogueTerminate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_isOverInspected
Declaration
public bool _isOverInspected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoInspectorDialog)
Declaration
public void CopyCyclicToPlain(ITcoInspectorDialog source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoInspectorDialog)
Declaration
public void CopyCyclicToPlain(TcoInspectorDialog source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoInspectorDialog)
Declaration
public void CopyPlainToCyclic(ITcoInspectorDialog target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoInspectorDialog)
Declaration
public void CopyPlainToCyclic(TcoInspectorDialog target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoInspectorDialog)
Declaration
public void CopyPlainToShadow(IShadowTcoInspectorDialog target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoInspectorDialog)
Declaration
public void CopyPlainToShadow(TcoInspectorDialog target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoInspectorDialog)
Declaration
public void CopyShadowToPlain(IShadowTcoInspectorDialog source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoInspectorDialog)
Declaration
public void CopyShadowToPlain(TcoInspectorDialog 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