Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CustomParameter ( ) : System |
Initializes a new unnamed instance of the CustomParameter class.
|
|
CustomParameter ( |
Initializes a new instance of the CustomParameter class with the values of the instance specified by the original parameter.
|
|
CustomParameter ( String name ) : System |
Initializes a new named instance of the CustomParameter class.
|
|
CustomParameter ( String name, Object value ) : System |
Initializes a new named instance of the CustomParameter class, using the specified value.
|
|
CustomParameter ( String name, String value ) : System |
Initializes a new named instance of the CustomParameter class, using the specified value.
|
|
CustomParameter ( String name, TypeCode type, String value ) : System |
Initializes a new named and strongly typed instance of the CustomParameter class, using the specified property name to identify which System.Web.UI.DataSourceSelectArguments property to bind to.
|
Méthode | Description | |
---|---|---|
Evaluate ( |
Updates and returns the value of the CustomParameter object.
|
public CustomParameter ( |
||
original | A CustomParameter from which the current instance is initialized. | |
Résultat | System |
public CustomParameter ( String name ) : System | ||
name | String | The name of the parameter. |
Résultat | System |
public CustomParameter ( String name, Object value ) : System | ||
name | String | The name of the parameter. |
value | Object | The user-defined value that the parameter is bound to. /// The default is a String.Emtpy. |
Résultat | System |
public CustomParameter ( String name, String value ) : System | ||
name | String | The name of the parameter. |
value | String | The user-defined value that the parameter is bound to. /// The default is a String.Emtpy. |
Résultat | System |
public CustomParameter ( String name, TypeCode type, String value ) : System | ||
name | String | The name of the parameter. |
type | TypeCode | The type that the parameter represents. The default is System.TypeCode.Object. |
value | String | The user-defined value that the parameter is bound to. /// The default is a String.Empty. |
Résultat | System |
protected Evaluate ( |
||
context | The current System.Web.HttpContext of the request. | |
control | The System.Web.UI.Control that the parameter is bound to. | |
Résultat | Object |