C# Класс AjaxControlToolkit.CascadingDropDown

Наследование: ExtenderControlBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeServicePath bool

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ShouldSerializeServicePath ( ) : bool

Описание методов

CascadingDropDown() публичный Метод

public CascadingDropDown ( ) : System
Результат System

CascadingDropDown_ClientStateValuesLoaded() публичный Метод

public CascadingDropDown_ClientStateValuesLoaded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

ParseKnownCategoryValuesString() публичный статический Метод

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
Результат System.Collections.Specialized.StringDictionary

QuerySimpleCascadingDropDownDocument() публичный статический Метод

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
Результат AjaxControlToolkit.CascadingDropDownNameValue[]

QuerySimpleCascadingDropDownDocument() публичный статический Метод

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)
Результат AjaxControlToolkit.CascadingDropDownNameValue[]