C# Class Rsdn.Janus.ForumViewerCommandTarget

Inheritance: CommandTarget
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
ForumViewerCommandTarget ( IServiceProvider provider ) : System

Private Methods

Méthode Description
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

Method Details

ForumViewerCommandTarget() public méthode

public ForumViewerCommandTarget ( IServiceProvider provider ) : System
provider IServiceProvider
Résultat System