C# Class RightpointLabs.Pourcast.Infrastructure.Services.YammerMessagePoster

Inheritance: IMessagePoster
Mostrar archivo Open project: RightpointLabs/Pourcast

Public Methods

Method Description
GetUsers ( ) : MessageUserInfo>>.Task
PostNewMessage ( string body, int users = null, string filename = null, string fileContentType = null, byte filedata = null ) : int
PostReply ( int repliedTo, string body, int users = null, string filename = null, string fileContentType = null, byte filedata = null ) : int
YammerMessagePoster ( string authCode, int groupId ) : System

Private Methods

Method Description
DoPost ( NameValueCollection form, string body, int users = null, string filename = null, string fileContentType = null, byte filedata = null ) : int
GetUserPage ( int page ) : Task

Method Details

GetUsers() public method

public GetUsers ( ) : MessageUserInfo>>.Task
return MessageUserInfo>>.Task

PostNewMessage() public method

public PostNewMessage ( string body, int users = null, string filename = null, string fileContentType = null, byte filedata = null ) : int
body string
users int
filename string
fileContentType string
filedata byte
return int

PostReply() public method

public PostReply ( int repliedTo, string body, int users = null, string filename = null, string fileContentType = null, byte filedata = null ) : int
repliedTo int
body string
users int
filename string
fileContentType string
filedata byte
return int

YammerMessagePoster() public method

public YammerMessagePoster ( string authCode, int groupId ) : System
authCode string
groupId int
return System