Table of Contents

Class SelectableEntityModel<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public sealed class SelectableEntityModel<T> : NotificationObject, INotifyPropertyChanged where T : IEntity<T>

Type Parameters

T
Inheritance
SelectableEntityModel<T>
Implements
Inherited Members
Extension Methods

Constructors

SelectableEntityModel(EnumSectionedCollectionField<T>, T)

public SelectableEntityModel(EnumSectionedCollectionField<T> owner, T entity)

Parameters

owner EnumSectionedCollectionField<T>
entity T

Properties

Entity

public T Entity { get; }

Property Value

T

HasChanges

public bool HasChanges { get; }

Property Value

bool

InitiallySelected

public bool InitiallySelected { get; }

Property Value

bool

IsSelected

public bool IsSelected { get; set; }

Property Value

bool

Text

public string Text { get; }

Property Value

string