Class TcoDialogBase
Base block for interactive dialogs.
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
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: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoDialogBase", "TcoCore", TypeComplexityEnum.Complex)]
public class TcoDialogBase : TcoRemoteTask, IVortexIdentity, IsTcoObject, ICommand, IDecorateLog, IsTask, INotifyPropertyChanged, IsDialog, IVortexObject, ITwinObject, IVortexElement, ITcoDialogBase, ITcoRemoteTask, ITcoTask, ITcoObject, IShadowTcoDialogBase, IShadowTcoRemoteTask, IShadowTcoTask, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
| Improve this Doc View SourceTcoDialogBase()
Declaration
public TcoDialogBase()
TcoDialogBase(IVortexObject, String, String)
Declaration
public TcoDialogBase(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
Properties
| Improve this Doc View SourceDialogId
Declaration
public string DialogId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceCopyPlainToShadow(PlainTcoDialogBase)
Declaration
public void CopyPlainToShadow(PlainTcoDialogBase source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDialogBase | source |
CreatePlainerType()
Declaration
public PlainTcoDialogBase CreatePlainerType()
Returns
Type | Description |
---|---|
PlainTcoDialogBase |
CreatePlainerType(PlainTcoDialogBase)
Declaration
protected PlainTcoDialogBase CreatePlainerType(PlainTcoDialogBase cloned)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDialogBase | cloned |
Returns
Type | Description |
---|---|
PlainTcoDialogBase |
FlushOnlineToPlain(PlainTcoDialogBase)
Declaration
public void FlushOnlineToPlain(PlainTcoDialogBase source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDialogBase | source |
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
FlushPlainToOnline(PlainTcoDialogBase)
Declaration
public void FlushPlainToOnline(PlainTcoDialogBase source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDialogBase | source |
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject