C# Class SIL.FieldWorks.XWorks.ToolConfiguration

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
FindClerk ( XCore.Mediator mediator, XmlNode parameterNode ) : RecordClerk

get the clerk associated with a tool's configuration parameters.

GetClerkNodeFromToolParamsNode ( XmlNode parameterNode ) : XmlNode

from the context of a sibling (tool (formerly view)) node, find the specified clerk definition.

GetDefaultFilter ( XmlNode node ) : XmlNode
GetDefaultRecordFilterListProvider ( XmlNode node ) : XmlNode
GetDefaultSorter ( XmlNode node ) : XmlNode
GetIdOfTool ( XmlNode node ) : string

Private Methods

Méthode Description
FindClerkNode ( XmlNode parameterNode, string clerk ) : XmlNode

Method Details

FindClerk() static public méthode

get the clerk associated with a tool's configuration parameters.
static public FindClerk ( XCore.Mediator mediator, XmlNode parameterNode ) : RecordClerk
mediator XCore.Mediator The mediator.
parameterNode System.Xml.XmlNode The parameter node.
Résultat RecordClerk

GetClerkNodeFromToolParamsNode() static public méthode

from the context of a sibling (tool (formerly view)) node, find the specified clerk definition.
static public GetClerkNodeFromToolParamsNode ( XmlNode parameterNode ) : XmlNode
parameterNode System.Xml.XmlNode
Résultat System.Xml.XmlNode

GetDefaultFilter() static public méthode

static public GetDefaultFilter ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

GetDefaultRecordFilterListProvider() static public méthode

static public GetDefaultRecordFilterListProvider ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

GetDefaultSorter() static public méthode

static public GetDefaultSorter ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

GetIdOfTool() static public méthode

static public GetIdOfTool ( XmlNode node ) : string
node System.Xml.XmlNode
Résultat string