Class TcoAppDomain
Provides basic entry point for various application functions.
Inheritance
System.Object
TcoAppDomain
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 TcoAppDomain
Constructors
| Improve this Doc View SourceTcoAppDomain()
Prevents creating of the instance from outside of this class.
Declaration
TcoAppDomain()
Fields
| Improve this Doc View Source_current
Declaration
static TcoAppDomain _current
Field Value
Type | Description |
---|---|
TcoAppDomain |
mutex
Declaration
static volatile object mutex
Field Value
Type | Description |
---|---|
System.Object |
Properties
| Improve this Doc View SourceAuthenticationService
Declaration
public IAuthenticationService AuthenticationService { get; }
Property Value
Type | Description |
---|---|
IAuthenticationService |
Builder
Gets application builder.
Declaration
public TcoAppBuilder Builder { get; }
Property Value
Type | Description |
---|---|
TcoAppBuilder |
Current
Gets current application domain.
Declaration
public static TcoAppDomain Current { get; }
Property Value
Type | Description |
---|---|
TcoAppDomain |
Dispatcher
Gets dispatcher for this application.
Declaration
public IDispatcher Dispatcher { get; }
Property Value
Type | Description |
---|---|
IDispatcher |
Logger
Gets logger for this application.
Declaration
public ILogger Logger { get; }
Property Value
Type | Description |
---|---|
ILogger |
LoginAction
Declaration
public Action LoginAction { get; }
Property Value
Type | Description |
---|---|
System.Action |