C# Класс SIL.FieldWorks.XWorks.LexEd.ReversalPOSMenuHandler

ReversalPOSMenuHandler inherits from DTMenuHandler and adds some special smarts. this class would normally be constructed by the factory method on DTMenuHandler, when the XML configuration of the RecordEditView specifies this class. This is an IxCoreColleague, so it gets a chance to modify the display characteristics of the menu just before the menu is displayed.
Наследование: SIL.FieldWorks.XWorks.DTMenuHandler
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
OnDisplayMergeReversalPOS bool
OnDisplayMoveReversalPOS bool
OnDisplayPromoteReversalSubPOS bool
OnPromoteReversalSubPOS bool

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

Метод Описание
OnMergeReversalPOS ( object cmd ) : bool
OnMoveReversalPOS ( object cmd ) : bool

Защищенные методы

Метод Описание
CanInsert ( Command command, Slice currentSlice, int &index ) : bool

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

Метод Описание
OnDisplayMergeReversalPOS ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnDisplayMoveReversalPOS ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnDisplayPromoteReversalSubPOS ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnPromoteReversalSubPOS ( object cmd ) : bool

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

CanInsert() защищенный Метод

protected CanInsert ( Command command, Slice currentSlice, int &index ) : bool
command Command
currentSlice Slice
index int
Результат bool

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

public OnMergeReversalPOS ( object cmd ) : bool
cmd object
Результат bool

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

public OnMoveReversalPOS ( object cmd ) : bool
cmd object
Результат bool