Interface IShadowTcoDialog
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoDialog : IShadowTcoDialogBase, IShadowTcoRemoteTask, IShadowTcoTask, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_answer
Declaration
[EnumeratorDiscriminator(typeof(eDialogAnswer))]
IShadowInt _answer { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_caption
Declaration
IShadowString _caption { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
_dialogType
Declaration
[EnumeratorDiscriminator(typeof(eDialogType))]
IShadowInt _dialogType { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_hasCancel
Declaration
IShadowBool _hasCancel { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_hasNo
Declaration
IShadowBool _hasNo { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_hasOK
Declaration
IShadowBool _hasOK { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_hasYes
Declaration
IShadowBool _hasYes { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_text
Declaration
IShadowString _text { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoDialog)
Declaration
void CopyPlainToShadow(PlainTcoDialog source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoDialog CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()