Class DialogProxyServiceBase
Inheritance
System.Object
DialogProxyServiceBase
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: TcOpen.Inxton
Assembly: TcOpen.Inxton.App.dll
Syntax
public abstract class DialogProxyServiceBase
Constructors
| Improve this Doc View SourceDialogProxyServiceBase(IEnumerable<IVortexObject>)
Declaration
protected DialogProxyServiceBase(IEnumerable<IVortexObject> observedObjects)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Vortex.Connector.IVortexObject> | observedObjects |
Methods
| Improve this Doc View SourceQueue(IsDialog)
Declaration
protected abstract void Queue(IsDialog dialog)
Parameters
Type | Name | Description |
---|---|---|
IsDialog | dialog |
UpdateDialogs(IEnumerable<IVortexObject>)
Declaration
void UpdateDialogs(IEnumerable<IVortexObject> observedObjects)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Vortex.Connector.IVortexObject> | observedObjects |