Class CascadingDropDownNameValue
Inheritance
System.Object
CascadingDropDownNameValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
public class CascadingDropDownNameValue
Constructors
CascadingDropDownNameValue()
Declaration
public CascadingDropDownNameValue()
CascadingDropDownNameValue(String, String)
Declaration
public CascadingDropDownNameValue(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |
CascadingDropDownNameValue(String, String, Boolean)
Declaration
public CascadingDropDownNameValue(string name, string value, bool defaultValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value | |
System.Boolean | defaultValue |
Fields
isDefaultValue
Declaration
public bool isDefaultValue
Field Value
Type | Description |
---|---|
System.Boolean |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
value
Declaration
public string value
Field Value
Type | Description |
---|---|
System.String |