Class PlainTcoDialog
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoDialog
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: TcoCoreConnector.dll
Syntax
public class PlainTcoDialog : PlainTcoDialogBase, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoDialog()
Declaration
Fields
|
Improve this Doc
View Source
__answer
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__caption
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__dialogType
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__hasCancel
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__hasNo
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__hasOK
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__hasYes
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__text
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
_answer
Declaration
public short _answer { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_caption
Declaration
public string _caption { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_dialogType
Declaration
public short _dialogType { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_hasCancel
Declaration
public bool _hasCancel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_hasNo
Declaration
public bool _hasNo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_hasOK
Declaration
public bool _hasOK { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_hasYes
Declaration
public bool _hasYes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_text
Declaration
public string _text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoDialog)
Declaration
public void CopyCyclicToPlain(ITcoDialog source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoDialog)
Declaration
public void CopyCyclicToPlain(TcoDialog source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoDialog)
Declaration
public void CopyPlainToCyclic(ITcoDialog target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoDialog)
Declaration
public void CopyPlainToCyclic(TcoDialog target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoDialog)
Declaration
public void CopyPlainToShadow(IShadowTcoDialog target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoDialog)
Declaration
public void CopyPlainToShadow(TcoDialog target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoDialog)
Declaration
public void CopyShadowToPlain(IShadowTcoDialog source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoDialog)
Declaration
public void CopyShadowToPlain(TcoDialog 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