Class SelectionValues
Inheritance
System.Object
SelectionValues
Inherited Members
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: ArtOfTest.WebAii.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SelectionValues : INotifyPropertyChanged
Constructors
SelectionValues()
Declaration
public SelectionValues()
SelectionValues(Int32, String, String)
Declaration
public SelectionValues(int index, string value, string text)
Parameters
System.Int32
index
|
System.String
value
|
System.String
text
|
Properties
DisplayName
Declaration
public string DisplayName { get; }
Property Value
System.String
|
Index
Declaration
public int Index { get; set; }
Property Value
System.Int32
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|