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

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

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

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

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

Метод Описание
ExecuteClose ( ICommandContext context ) : void
ExecuteFindAndReplace ( ICommandContext context ) : void
ExecuteInsertPairTag ( ICommandContext context, string start, string end, bool newLine ) : void
ExecuteInsertSingleTag ( ICommandContext context, string text ) : void
ExecuteInsertSmile ( ICommandContext context, string text ) : void
ExecutePreview ( ICommandContext context ) : void
ExecuteRedo ( ICommandContext context ) : void
ExecuteSave ( ICommandContext context ) : void
ExecuteSaveAndClose ( ICommandContext context ) : void
ExecuteSend ( ICommandContext context ) : void
ExecuteUndo ( ICommandContext context ) : void
QueryEditorCommandStatus ( ICommandContext context ) : CommandStatus
QueryRedoCommandStatus ( ICommandContext context ) : CommandStatus
QuerySaveCommandStatus ( ICommandContext context ) : CommandStatus
QueryUndoCommandStatus ( ICommandContext context ) : CommandStatus
SubscribeSaveStatusChanged ( IServiceProvider provider, System.Action handler ) : IDisposable
SubscribeUndoRedoStatusChanged ( IServiceProvider provider, System.Action handler ) : IDisposable

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

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

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