Show / Hide Table of Contents

Class MixEndpointService

Inheritance
System.Object
JsonConfigurationServiceBase
MixEndpointService
Inherited Members
JsonConfigurationServiceBase.AppSettings
JsonConfigurationServiceBase.FilePath
JsonConfigurationServiceBase.watcher
JsonConfigurationServiceBase.GetConfig<T>(String, T)
JsonConfigurationServiceBase.GetConfig<T>(String, String, T)
JsonConfigurationServiceBase.GetEnumConfig<T>(String)
JsonConfigurationServiceBase.SetConfig<T>(String, T)
JsonConfigurationServiceBase.SetConfig<T>(String, String, T)
JsonConfigurationServiceBase.SaveSettings()
JsonConfigurationServiceBase.WatchFile()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Shared.Services
Assembly: mix.shared.dll
Syntax
public class MixEndpointService : JsonConfigurationServiceBase

Constructors

| Improve this Doc View Source

MixEndpointService()

Declaration
public MixEndpointService()

Fields

| Improve this Doc View Source

Endpoints

Declaration
public string[] Endpoints
Field Value
Type Description
System.String[]
| Improve this Doc View Source

syncRoot

The synchronize root

Declaration
protected static readonly object syncRoot
Field Value
Type Description
System.Object

Properties

| Improve this Doc View Source

Account

Declaration
public string Account { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Common

Declaration
public string Common { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Grpc

Declaration
public string Grpc { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Instance

Declaration
public static MixEndpointService Instance { get; }
Property Value
Type Description
MixEndpointService
| Improve this Doc View Source

Messenger

Declaration
public string Messenger { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Mixcore

Declaration
public string Mixcore { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Portal

Declaration
public string Portal { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Scheduler

Declaration
public string Scheduler { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Theme

Declaration
public string Theme { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

LoadAppSettings()

Declaration
protected override void LoadAppSettings()
Overrides
JsonConfigurationServiceBase.LoadAppSettings()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾