C# Класс Mite.MiteConfiguration

Configuration for data context
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ValidateUriScheme void

Открытые методы

Метод Описание
MiteConfiguration ( Uri domain, string apiKey ) : System

Initializes a new instance of the MiteConfiguration class.

MiteConfiguration ( Uri domain, string user, string password ) : System

Initializes a new instance of the MiteConfiguration class.

ReadFromConfig ( ) : MiteConfiguration

Reads the configuration from the app.config or web.config.

Приватные методы

Метод Описание
ValidateUriScheme ( Uri uri ) : void

Описание методов

MiteConfiguration() публичный Метод

Initializes a new instance of the MiteConfiguration class.
public MiteConfiguration ( Uri domain, string apiKey ) : System
domain System.Uri The domain.
apiKey string The API key.
Результат System

MiteConfiguration() публичный Метод

Initializes a new instance of the MiteConfiguration class.
public MiteConfiguration ( Uri domain, string user, string password ) : System
domain System.Uri The domain.
user string The user.
password string The password.
Результат System

ReadFromConfig() публичный статический Метод

Reads the configuration from the app.config or web.config.
public static ReadFromConfig ( ) : MiteConfiguration
Результат MiteConfiguration