Class ConditionPickerItemModel
Represents item in condition picker.
public class ConditionPickerItemModel
- Inheritance
-
objectConditionPickerItemModel
- Extension Methods
Properties
Label
Human readable label of an item in the select box.
public string Label { get; set; }
Property Value
- string
Value
Value of an item in the select box.
public string Value { get; set; }
Property Value
- string
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
- bool
GetHashCode()
Returns hash code for the current object.
public override int GetHashCode()
Returns
- int