Class SelectableEntityModel<T>
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
ownerEnumSectionedCollectionField<T>entityT
Properties
Entity
public T Entity { get; }
Property Value
- T
HasChanges
public bool HasChanges { get; }
Property Value
InitiallySelected
public bool InitiallySelected { get; }
Property Value
IsSelected
public bool IsSelected { get; set; }
Property Value
Text
public string Text { get; }