Свойство | Тип | Описание | |
---|---|---|---|
ShouldSerializeServicePath | bool |
Метод | Описание | |
---|---|---|
CascadingDropDown ( ) : System | ||
CascadingDropDown_ClientStateValuesLoaded ( object sender, |
||
ParseKnownCategoryValuesString ( string knownCategoryValues ) : |
A helper method to parse the private storage format used to communicate with known category/value pairs.
|
|
QuerySimpleCascadingDropDownDocument ( |
A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.
|
|
QuerySimpleCascadingDropDownDocument ( |
A helper method to provide simple implementation of a method to query a data set and return relevant dropdown content.
|
Метод | Описание | |
---|---|---|
ShouldSerializeServicePath ( ) : bool |
public CascadingDropDown_ClientStateValuesLoaded ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public static ParseKnownCategoryValuesString ( string knownCategoryValues ) : |
||
knownCategoryValues | string | Private storage format string |
Результат |
public static QuerySimpleCascadingDropDownDocument ( |
||
document | XML document containing the data set | |
documentHierarchy | string | List of strings representing the hierarchy of the data set |
knownCategoryValuesDictionary | Known category/value pairs | |
category | string | Category for which the drop down contents are desired |
Результат | AjaxControlToolkit.CascadingDropDownNameValue[] |
public static QuerySimpleCascadingDropDownDocument ( |
||
document | XML document containing the data set | |
documentHierarchy | string | List of strings representing the hierarchy of the data set |
knownCategoryValuesDictionary | Known category/value pairs | |
category | string | Category for which the drop down contents are desired |
inputValidationRegex | Regular expression used to validate user input to the web service (to prevent XPath injection attacks) | |
Результат | AjaxControlToolkit.CascadingDropDownNameValue[] |