C# 클래스 SIL.FieldWorks.XWorks.LexEd.ReversalIndexEntryMenuHandler

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

Private Properties

프로퍼티 타입 설명
AddEntryAndChildrenRecursively void
OnDisplayMoveReversalindexEntry bool
OnDisplayPromoteReversalindexEntry bool
OnMoveReversalindexEntry bool
OnPromoteReversalindexEntry bool

공개 메소드들

메소드 설명
OnDisplayDataTreeMerge ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool

decide whether to enable this tree delete Menu Item

ReversalIndexEntryMenuHandler ( ) : System

비공개 메소드들

메소드 설명
AddEntryAndChildrenRecursively ( ICollection hvos, IReversalIndexEntry entry ) : void
OnDisplayMoveReversalindexEntry ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnDisplayPromoteReversalindexEntry ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnMoveReversalindexEntry ( object cmd ) : bool
OnPromoteReversalindexEntry ( object cmd ) : bool

메소드 상세

OnDisplayDataTreeMerge() 공개 메소드

decide whether to enable this tree delete Menu Item
public OnDisplayDataTreeMerge ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
리턴 bool

ReversalIndexEntryMenuHandler() 공개 메소드

public ReversalIndexEntryMenuHandler ( ) : System
리턴 System