Table of Contents

Class SystemParametersSmsGate

Namespace
Lers.Administration
Assembly
Lers.System.dll

Параметры шлюза для рассылки сообщений.

public class SystemParametersSmsGate : INotifyPropertyChanged
Inheritance
SystemParametersSmsGate
Implements
Inherited Members
Extension Methods

Properties

Enabled

Указывает, что SMS шлюз для рассылки сообщений активен.

public bool Enabled { get; set; }

Property Value

bool

Host

Адрес сервера.

public string Host { get; set; }

Property Value

string

IsModified

Флаг отмечающий есть ли изменения для сохранения.

public bool IsModified { get; }

Property Value

bool

Login

Логин.

public string Login { get; set; }

Property Value

string

Password

Пароль.

public string Password { get; set; }

Property Value

string

Port

Порт сервера.

public int Port { get; set; }

Property Value

int

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler