C# 클래스 Batman.Core.Communication.CommunicationManager

Communication manager (Email, SMS, Twitter, etc.)
파일 보기 프로젝트 열기: JaCraig/Batman

공개 메소드들

메소드 설명
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