SIL.FieldWorks.Common.Framework.DetailControls.SemanticDomainSelectionUtility.DomainNode.DomainNode C# (CSharp) Méthode

DomainNode() public méthode

public DomainNode ( ObjectLabel label, IVwStylesheet stylesheet, bool displayUsage ) : System
label ObjectLabel
stylesheet IVwStylesheet
displayUsage bool
Résultat System
			public DomainNode(ObjectLabel label, IVwStylesheet stylesheet, bool displayUsage)
				: base(label, stylesheet, displayUsage)
			{
			}
SemanticDomainSelectionUtility.DomainNode