C# Class SIL.FieldWorks.XWorks.ToolConfiguration

Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method 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

Method Description
FindClerkNode ( XmlNode parameterNode, string clerk ) : XmlNode

Method Details

FindClerk() static public method

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.
return RecordClerk

GetClerkNodeFromToolParamsNode() static public method

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
return System.Xml.XmlNode

GetDefaultFilter() static public method

static public GetDefaultFilter ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

GetDefaultRecordFilterListProvider() static public method

static public GetDefaultRecordFilterListProvider ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

GetDefaultSorter() static public method

static public GetDefaultSorter ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

GetIdOfTool() static public method

static public GetIdOfTool ( XmlNode node ) : string
node System.Xml.XmlNode
return string