Interface IsDialog
Inherited Members
Vortex.Connector.IVortexObject.GetChildren()
Vortex.Connector.IVortexObject.GetKids()
Vortex.Connector.IVortexObject.GetValueTags()
Vortex.Connector.IVortexObject.AddChild(Vortex.Connector.IVortexObject)
Vortex.Connector.IVortexObject.AddValueTag(Vortex.Connector.IValueTag)
Vortex.Connector.IVortexObject.AddKid(Vortex.Connector.IVortexElement)
Vortex.Connector.IVortexObject.GetConnector()
Vortex.Connector.IVortexElement.GetParent()
Vortex.Connector.IVortexElement.GetSymbolTail()
Vortex.Connector.IVortexElement.Symbol
Vortex.Connector.IVortexElement.AttributeName
Vortex.Connector.IVortexElement.HumanReadable
Namespace: TcOpen.Inxton.Dialogs
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public interface IsDialog : IVortexObject, ITwinObject, IVortexElement
Properties
| Improve this Doc View SourceDialogId
Declaration
string DialogId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceInitialize(Action)
Declaration
void Initialize(Action dialogAction)
Parameters
Type | Name | Description |
---|---|---|
System.Action | dialogAction |