C# 클래스 IronTwitterPlugIn.TwitterUtilities

상속: IMessagingService
파일 보기 프로젝트 열기: jcbozonier/irontwit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SERVICE_ID System.Guid
SERVICE_NAME string

공개 메소드들

메소드 설명
CanAccept ( Credentials credentials ) : bool
CanFind ( string address ) : bool
GetInformation ( ) : ServiceInformation
GetMessages ( ) : List
SendMessage ( IIdentity theRecipient, string message ) : void
SetCredentials ( Credentials credentials ) : void
StartReceiving ( ) : void
StopReceiving ( ) : void
TwitterUtilities ( ITwitterDataAccess dataAccess, int maxMessageLength ) : System

This constructor should only be used if Twitter changes their default max message length. Until that time, this is only for testing.

비공개 메소드들

메소드 설명
TwitterUtilities ( ) : System
TwitterUtilities ( ITwitterDataAccess dataAccess ) : System
_RequestCredentials ( ) : void

메소드 상세

CanAccept() 공개 메소드

public CanAccept ( Credentials credentials ) : bool
credentials Credentials
리턴 bool

CanFind() 공개 메소드

public CanFind ( string address ) : bool
address string
리턴 bool

GetInformation() 공개 메소드

public GetInformation ( ) : ServiceInformation
리턴 Unite.Messaging.Entities.ServiceInformation

GetMessages() 공개 메소드

public GetMessages ( ) : List
리턴 List

SendMessage() 공개 메소드

public SendMessage ( IIdentity theRecipient, string message ) : void
theRecipient IIdentity
message string
리턴 void

SetCredentials() 공개 메소드

public SetCredentials ( Credentials credentials ) : void
credentials Credentials
리턴 void

StartReceiving() 공개 메소드

public StartReceiving ( ) : void
리턴 void

StopReceiving() 공개 메소드

public StopReceiving ( ) : void
리턴 void

TwitterUtilities() 공개 메소드

This constructor should only be used if Twitter changes their default max message length. Until that time, this is only for testing.
public TwitterUtilities ( ITwitterDataAccess dataAccess, int maxMessageLength ) : System
dataAccess ITwitterDataAccess
maxMessageLength int
리턴 System

프로퍼티 상세

SERVICE_ID 공개적으로 정적으로 프로퍼티

public static Guid,System SERVICE_ID
리턴 System.Guid

SERVICE_NAME 공개적으로 정적으로 프로퍼티

public static string SERVICE_NAME
리턴 string