C# Class SIL.FieldWorks.FdoUi.WfiAnalysisUi

UI functions for WfiAnalysis.
Inheritance: CmObjectUi
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
WfiAnalysisUi ( ICmObject obj ) : System

Create one.

Protected Methods

Method Description
ReallyDeleteUnderlyingObject ( ) : void
ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool

Private Methods

Method Description
WfiAnalysisUi ( ) : System

Method Details

ReallyDeleteUnderlyingObject() protected method

protected ReallyDeleteUnderlyingObject ( ) : void
return void

ShouldDisplayMenuForClass() protected method

protected ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool
specifiedClsid int
display XCore.UIItemDisplayProperties
return bool

WfiAnalysisUi() public method

Create one.
public WfiAnalysisUi ( ICmObject obj ) : System
obj ICmObject The object.
return System