Table of Contents

Class SelectedItem

Namespace
Dynamicweb.CoreUI.Editors.Selectors
Assembly
Dynamicweb.CoreUI.dll
public class SelectedItem
Inheritance
SelectedItem
Inherited Members

Properties

AdditionalInfo

public Dictionary<string, string>? AdditionalInfo { get; set; }

Property Value

Dictionary<string, string>

DisplayName

public string? DisplayName { get; set; }

Property Value

string

Group

public string? Group { get; set; }

Property Value

string

Icon

public Icon? Icon { get; set; }

Property Value

Icon

Id

public string Id { get; set; }

Property Value

string

Image

public string? Image { get; set; }

Property Value

string

IsInvalid

public bool? IsInvalid { get; set; }

Property Value

bool?
public string? Link { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Methods

Equals(SelectedItem?)

public bool Equals(SelectedItem? other)

Parameters

other SelectedItem

Returns

bool

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

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

To top