C# Class SIL.FieldWorks.Common.Framework.DetailControls.SemanticDomainSelectionUtility.DomainNode

This class extends the LabelNode class to provide a customized display for the semantic domain.
Inheritance: SIL.FieldWorks.Common.Controls.LabelNode
显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method Description
DomainNode ( ObjectLabel label, IVwStylesheet stylesheet, bool displayUsage ) : System

Protected Methods

Method Description
CountUsages ( ) : int
Create ( ObjectLabel nol, IVwStylesheet stylesheet, bool displayUsage ) : LabelNode

Method Details

CountUsages() protected method

protected CountUsages ( ) : int
return int

Create() protected method

protected Create ( ObjectLabel nol, IVwStylesheet stylesheet, bool displayUsage ) : LabelNode
nol ObjectLabel
stylesheet IVwStylesheet
displayUsage bool
return SIL.FieldWorks.Common.Controls.LabelNode

DomainNode() public method

public DomainNode ( ObjectLabel label, IVwStylesheet stylesheet, bool displayUsage ) : System
label ObjectLabel
stylesheet IVwStylesheet
displayUsage bool
return System