C# Класс Rsdn.Janus.ForumViewerCommandTarget

Наследование: CommandTarget
Показать файл Открыть проект

Открытые методы

Метод Описание
ForumViewerCommandTarget ( IServiceProvider provider ) : System

Приватные методы

Метод Описание
ExecuteCollapseTopicAndSelectRoot ( ICommandContext context ) : void
ExecuteExpandUnreadBranches ( ICommandContext context ) : void
ExecuteGoToMessage ( ICommandContext context, int messageId ) : void
ExecuteGoToMessageWithPrompt ( ICommandContext context ) : void
ExecuteLoadAllMessagesInForum ( ICommandContext context ) : void
ExecuteNavigateBackward ( ICommandContext context ) : void
ExecuteNavigateForward ( ICommandContext context ) : void
ExecuteSelectMessageByAttribute ( ICommandContext context, ForumDummyForm direction, ForumDummyForm attribute, ForumDummyForm searchArea ) : void
ExecuteSmartJump ( ICommandContext context ) : void
QueryForumViewerCommandStatus ( ICommandContext context ) : CommandStatus
QueryGoToMessageCommandStatus ( ICommandContext context, int messageId ) : CommandStatus
QueryLoadAllMessagesInForumStatus ( ICommandContext context ) : CommandStatus
QueryNavigateBackwardStatus ( ICommandContext context ) : CommandStatus
QueryNavigateForwardStatus ( ICommandContext context ) : CommandStatus
SubscribeForumViewerCommandStatusChanged ( IServiceProvider serviceProvider, System.Action handler ) : IDisposable
SubscribeGoToCommandStatusChanged ( IServiceProvider serviceProvider, System.Action handler ) : IDisposable
SubscribeNavigationCommandStatusChanged ( IServiceProvider serviceProvider, System.Action handler ) : IDisposable

Описание методов

ForumViewerCommandTarget() публичный Метод

public ForumViewerCommandTarget ( IServiceProvider provider ) : System
provider IServiceProvider
Результат System