C# Class AjaxControlToolkit.CascadingDropDown

Inheritance: ExtenderControlBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeServicePath bool

Méthodes publiques

Méthode Description
CascadingDropDown ( ) : System
CascadingDropDown_ClientStateValuesLoaded ( object sender, EventArgs e ) : void
ParseKnownCategoryValuesString ( string knownCategoryValues ) : StringDictionary

A helper method to parse the private storage format used to communicate with known category/value pairs.

QuerySimpleCascadingDropDownDocument ( XmlDocument document, string documentHierarchy, StringDictionary knownCategoryValuesDictionary, string category ) : AjaxControlToolkit.CascadingDropDownNameValue[]

A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.

QuerySimpleCascadingDropDownDocument ( XmlDocument document, string documentHierarchy, StringDictionary knownCategoryValuesDictionary, string category, Regex inputValidationRegex ) : AjaxControlToolkit.CascadingDropDownNameValue[]

A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.

Private Methods

Méthode Description
ShouldSerializeServicePath ( ) : bool

Method Details

CascadingDropDown() public méthode

public CascadingDropDown ( ) : System
Résultat System

CascadingDropDown_ClientStateValuesLoaded() public méthode

public CascadingDropDown_ClientStateValuesLoaded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ParseKnownCategoryValuesString() public static méthode

A helper method to parse the private storage format used to communicate with known category/value pairs.
public static ParseKnownCategoryValuesString ( string knownCategoryValues ) : StringDictionary
knownCategoryValues string Private storage format string
Résultat System.Collections.Specialized.StringDictionary

QuerySimpleCascadingDropDownDocument() public static méthode

A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.
public static QuerySimpleCascadingDropDownDocument ( XmlDocument document, string documentHierarchy, StringDictionary knownCategoryValuesDictionary, string category ) : AjaxControlToolkit.CascadingDropDownNameValue[]
document System.Xml.XmlDocument XML document containing the data set
documentHierarchy string List of strings representing the hierarchy of the data set
knownCategoryValuesDictionary System.Collections.Specialized.StringDictionary Known category/value pairs
category string Category for which the drop down contents are desired
Résultat AjaxControlToolkit.CascadingDropDownNameValue[]

QuerySimpleCascadingDropDownDocument() public static méthode

A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.
public static QuerySimpleCascadingDropDownDocument ( XmlDocument document, string documentHierarchy, StringDictionary knownCategoryValuesDictionary, string category, Regex inputValidationRegex ) : AjaxControlToolkit.CascadingDropDownNameValue[]
document System.Xml.XmlDocument XML document containing the data set
documentHierarchy string List of strings representing the hierarchy of the data set
knownCategoryValuesDictionary System.Collections.Specialized.StringDictionary Known category/value pairs
category string Category for which the drop down contents are desired
inputValidationRegex System.Text.RegularExpressions.Regex Regular expression used to validate user input to the web service (to prevent XPath injection attacks)
Résultat AjaxControlToolkit.CascadingDropDownNameValue[]