Class
SelectionValues

The list of values for a select dropdown

Definition

Namespace:ArtOfTest.WebAii.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class SelectionValues : INotifyPropertyChanged

Inheritance: objectSelectionValues

Implements: INotifyPropertyChanged

Constructors

SelectionValues()

Declaration

cs-api-definition
public SelectionValues()

SelectionValues(int, string, string)

Declaration

cs-api-definition
public SelectionValues(int index, string value, string text)

Parameters

index

int

value

string

text

string

Properties

DisplayName

Declaration

cs-api-definition
[Browsable(false)]
public string DisplayName { get; }

Property Value

string

Index

Declaration

cs-api-definition
[DataMember(Name = "Index")]
public int Index { get; set; }

Property Value

int

Text

Declaration

cs-api-definition
[DataMember(Name = "Text")]
public string Text { get; set; }

Property Value

string

Value

Declaration

cs-api-definition
[DataMember(Name = "Value")]
public string Value { get; set; }

Property Value

string

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged