C# Класс Batman.Core.Communication.CommunicationManager

Communication manager (Email, SMS, Twitter, etc.)
Показать файл Открыть проект

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

Метод Описание
CommunicationManager ( ) : System

Constructor

ToString ( ) : string

Returns a System.String that represents this instance.

this ( Type MessageType ) : ICommunicator

Gets the communicator by its message type

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

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

Constructor
public CommunicationManager ( ) : System
Результат System

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

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

Gets the communicator by its message type
public this ( Type MessageType ) : ICommunicator
MessageType System.Type Message type
Результат ICommunicator