Interface ITcoDialog
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoDialog : ITcoDialogBase, ITcoRemoteTask, ITcoTask, ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_answer
Declaration
[EnumeratorDiscriminator(typeof(eDialogAnswer))]
IOnlineInt _answer { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_caption
Declaration
IOnlineString _caption { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
_dialogType
Declaration
[EnumeratorDiscriminator(typeof(eDialogType))]
IOnlineInt _dialogType { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_hasCancel
Declaration
IOnlineBool _hasCancel { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_hasNo
Declaration
IOnlineBool _hasNo { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_hasOK
Declaration
IOnlineBool _hasOK { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_hasYes
Declaration
IOnlineBool _hasYes { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_text
Declaration
IOnlineString _text { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoDialog CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoDialog)
Declaration
void FlushOnlineToPlain(PlainTcoDialog source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoDialog)
Declaration
void FlushPlainToOnline(PlainTcoDialog source)
Parameters