C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.SemanticDomainSelectionUtility.DomainNode

This class extends the LabelNode class to provide a customized display for the semantic domain.
상속: SIL.FieldWorks.Common.Controls.LabelNode
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
DomainNode ( ObjectLabel label, IVwStylesheet stylesheet, bool displayUsage ) : System

보호된 메소드들

메소드 설명
CountUsages ( ) : int
Create ( ObjectLabel nol, IVwStylesheet stylesheet, bool displayUsage ) : LabelNode

메소드 상세

CountUsages() 보호된 메소드

protected CountUsages ( ) : int
리턴 int

Create() 보호된 메소드

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

DomainNode() 공개 메소드

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