Class TcoAppBuilder
TcOpen application configuration builder.
Inheritance
System.Object
TcoAppBuilder
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 class TcoAppBuilder
Constructors
| Improve this Doc View SourceTcoAppBuilder(TcoAppDomain)
Creates new instance of
Declaration
TcoAppBuilder(TcoAppDomain domain)
Parameters
Type | Name | Description |
---|---|---|
TcoAppDomain | domain |
Properties
| Improve this Doc View SourceDomain
Declaration
TcoAppDomain Domain { }
Property Value
Type | Description |
---|---|
TcoAppDomain |
Methods
| Improve this Doc View SourceSetDispatcher(IDispatcher)
Sets the dispatcher for this application.
Declaration
public TcoAppBuilder SetDispatcher(IDispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
IDispatcher | dispatcher |
Returns
Type | Description |
---|---|
TcoAppBuilder | Application builder. |
SetEditValueChangeLogging(IVortexObject)
Sets the logging for the 'Edit' -> 'Online' value change.
Declaration
public TcoAppBuilder SetEditValueChangeLogging(IVortexObject obj)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | obj | Root twin object |
Returns
Type | Description |
---|---|
TcoAppBuilder | AppBuilder |
SetLogin(Action)
Declaration
public TcoAppBuilder SetLogin(Action loginAction)
Parameters
Type | Name | Description |
---|---|---|
System.Action | loginAction |
Returns
Type | Description |
---|---|
TcoAppBuilder |
SetPlcDialogs(DialogProxyServiceBase)
Declaration
public TcoAppBuilder SetPlcDialogs(DialogProxyServiceBase dialogProxy)
Parameters
Type | Name | Description |
---|---|---|
DialogProxyServiceBase | dialogProxy |
Returns
Type | Description |
---|---|
TcoAppBuilder |
SetSecurity(IAuthenticationService)
Sets the authentication service for the application.
Declaration
public TcoAppBuilder SetSecurity(IAuthenticationService authenticationService)
Parameters
Type | Name | Description |
---|---|---|
IAuthenticationService | authenticationService | Authentication service |
Returns
Type | Description |
---|---|
TcoAppBuilder | AppBuilder |
SetUpLogger(ILogger)
Sets the logger for this application.
Declaration
public TcoAppBuilder SetUpLogger(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | Instance of a logger. |
Returns
Type | Description |
---|---|
TcoAppBuilder | Application builder. |