C# Class Batman.Core.Communication.CommunicationManager

Communication manager (Email, SMS, Twitter, etc.)
Afficher le fichier Open project: JaCraig/Batman

Méthodes publiques

Méthode Description
CommunicationManager ( ) : System

Constructor

ToString ( ) : string

Returns a System.String that represents this instance.

this ( Type MessageType ) : ICommunicator

Gets the communicator by its message type

Method Details

CommunicationManager() public méthode

Constructor
public CommunicationManager ( ) : System
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

this() public méthode

Gets the communicator by its message type
public this ( Type MessageType ) : ICommunicator
MessageType System.Type Message type
Résultat ICommunicator