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
파일 보기 프로젝트 열기: sillsdev/FieldWorks

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