Table of Contents

Class ConditionPickerItemModel

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents item in condition picker.

public class ConditionPickerItemModel
Inheritance
object
ConditionPickerItemModel
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 object

The object to compare with the current object.

Returns

bool

GetHashCode()

Returns hash code for the current object.

public override int GetHashCode()

Returns

int