C# Class SIL.FieldWorks.Common.Controls.TestForParameter

This class tests whether there is a parameter and if so stops the processing.
Inheritance: IAttributeVisitor
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
TestForParameter ( ) : System
Visit ( XmlAttribute xa ) : bool

Private Methods

Method Description
IsParameter ( string input ) : bool

This is the definition of a parameter-like value.

Method Details

TestForParameter() public method

public TestForParameter ( ) : System
return System

Visit() public method

public Visit ( XmlAttribute xa ) : bool
xa System.Xml.XmlAttribute
return bool