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
DisplayName
public string? DisplayName { get; set; }
Property Value
Group
public string? Group { get; set; }
Property Value
Icon
public Icon? Icon { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Image
public string? Image { get; set; }
Property Value
IsInvalid
public bool? IsInvalid { get; set; }
Property Value
- bool?
Link
public string? Link { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Methods
Equals(SelectedItem?)
public bool Equals(SelectedItem? other)
Parameters
other
SelectedItem
Returns
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.