Table of Contents

Class FavoriteItem

Namespace
H.Controls.FavoriteBox
Assembly
H.Controls.FavoriteBox.dll
public class FavoriteItem : BindableBase, INotifyPropertyChanged, IFavoriteItem
Inheritance
FavoriteItem
Implements
Inherited Members
Extension Methods

Properties

Background

[JsonConverter(typeof(TypeJsonConverter<Brush>))]
[Display(Name = "颜色")]
public Brush Background { get; set; }

Property Value

Brush

Description

[Display(Name = "说明")]
public string Description { get; set; }

Property Value

string

GroupName

[Browsable(false)]
[Display(Name = "分组")]
public string GroupName { get; set; }

Property Value

string

Path

[Required]
[Display(Name = "名称")]
public string Path { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.