C# Class Batman.Core.Communication.CommunicationManager

Communication manager (Email, SMS, Twitter, etc.)
Datei anzeigen Open project: JaCraig/Batman

Public Methods

Method 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 method

Constructor
public CommunicationManager ( ) : System
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

this() public method

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