Class Category
Represents basic ICategory implementation.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class Category : ViewModelBase, INotifyPropertyChanged, IDisposable, ICategory, IEquatable<ICategory>
Constructors
Category()
Category(String, Brush)
Initializes a new instance of the Category class.
Declaration
public Category(string name, Brush brush)
Parameters
System.String
name
The name. |
System.Windows.Media.Brush
brush
The brush. |
Properties
CategoryBrush
Gets or sets the category brush.
Declaration
public Brush CategoryBrush { get; set; }
Property Value
System.Windows.Media.Brush
The category brush. |
CategoryName
Gets or sets the name of the category.
Declaration
public string CategoryName { get; set; }
Property Value
System.String
The name of the category. |
Implements
DisplayName
Gets or sets the name of the category.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
The name of the category. |
Implements
IsChecked
Gets or sets a value indicating whether this instance is checked.
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Determines whether the specified object equals this Category.
Declaration
public override bool Equals(object other)
Parameters
System.Object
other
|
Returns
System.Boolean
|
Equals(ICategory)
Determines whether the specified object equals this Category.
Declaration
public bool Equals(ICategory other)
Parameters
ICategory
other
|
Returns
System.Boolean
|
GetHashCode()
Returns a hash code for the Category instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
|