Table of Contents

Class CheckBoxDecorator<T>

Namespace
Innova.Prism.Library.Decorators
Assembly
Innova.Prism.Library.dll

Decorator class for a checkbox with additional properties and functionality.

public class CheckBoxDecorator<T> : BindableBase, INotifyPropertyChanged, IEntityWithKey<T> where T : class, IEntityWithKey<T>

Type Parameters

T

The type of the item associated with the checkbox.

Inheritance
CheckBoxDecorator<T>
Implements

Properties

IsActive

Gets or sets a value indicating whether the checkbox is active.

IsChecked

Gets or sets a value indicating whether the checkbox is checked.

Item

Gets or sets the item associated with the checkbox.

Methods

GetKeys()

Gets the primary keys of the associated item.

ToString()

Returns a string representation of the checkbox decorator.