Метод | Описание | |
---|---|---|
Compose ( string to = null, string subject = null, string message = null ) : Microsoft.AspNet.Mvc.ActionResult | ||
Details ( System.Guid id, System.Guid context = null ) : Microsoft.AspNet.Mvc.ActionResult | ||
Inbox ( InboxType type, int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
MessagesController ( ICommandBus commandBus, ILogger |
||
ModeratorMail ( InboxType type, string subName = null, int pageNumber = null, int pageSize = null ) : Microsoft.AspNet.Mvc.ActionResult | ||
Sent ( int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Compose ( |
||
MarkMessagesAsRead ( List |
||
MarkMessagesAsUnread ( List |
||
Reply ( |
public Compose ( string to = null, string subject = null, string message = null ) : Microsoft.AspNet.Mvc.ActionResult | ||
to | string | |
subject | string | |
message | string | |
Результат | Microsoft.AspNet.Mvc.ActionResult |
public Details ( System.Guid id, System.Guid context = null ) : Microsoft.AspNet.Mvc.ActionResult | ||
id | System.Guid | |
context | System.Guid | |
Результат | Microsoft.AspNet.Mvc.ActionResult |
public Inbox ( InboxType type, int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
type | InboxType | |
pageNumber | int | |
pageSize | int | |
Результат | Microsoft.AspNet.Mvc.ActionResult |
public MessagesController ( ICommandBus commandBus, ILogger |
||
commandBus | ICommandBus | |
logger | ILogger |
|
userContext | IUserContext | |
messageDao | IMessageDao | |
messageWrapper | IMessageWrapper | |
subDao | ISubDao | |
moderationDao | IModerationDao | |
Результат | System |
public ModeratorMail ( InboxType type, string subName = null, int pageNumber = null, int pageSize = null ) : Microsoft.AspNet.Mvc.ActionResult | ||
type | InboxType | |
subName | string | |
pageNumber | int | |
pageSize | int | |
Результат | Microsoft.AspNet.Mvc.ActionResult |
public Sent ( int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
pageNumber | int | |
pageSize | int | |
Результат | Microsoft.AspNet.Mvc.ActionResult |