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

This one modifies the attribute, replacing the default value of the named parameter.
Inheritance: IAttributeVisitor
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
ReplaceParamDefault ( string paramName, string defVal ) : System
Visit ( XmlAttribute xa ) : bool

Method Details

ReplaceParamDefault() public méthode

public ReplaceParamDefault ( string paramName, string defVal ) : System
paramName string
defVal string
Résultat System

Visit() public méthode

public Visit ( XmlAttribute xa ) : bool
xa System.Xml.XmlAttribute
Résultat bool