Class ParameterValuePair
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: Telerik.WinControls.Data
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ParameterValuePair : NotifyPropertyBase, INotifyPropertyChangingEx, INotifyPropertyChanged
Constructors
ParameterValuePair()
ParameterValuePair(String, Object)
Initializes a new instance of the ParameterValuePair class.
Declaration
public ParameterValuePair(string name, object value)
Parameters
System.String
name
The name. |
System.Object
value
The value. |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |