Table of Contents

Class ReferenceDataModel.EntityVM

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public class ReferenceDataModel.EntityVM : NotificationObject, INotifyPropertyChanged
Inheritance
ReferenceDataModel.EntityVM
Implements
Inherited Members
Extension Methods

Constructors

EntityVM(IEntityInfo, ICommand, ICommand)

public EntityVM(IEntityInfo type, ICommand selectCommand, ICommand recalculateProperties)

Parameters

type IEntityInfo
selectCommand ICommand
recalculateProperties ICommand

Fields

Type

public readonly IEntityInfo Type

Field Value

IEntityInfo

Properties

Caption

public string Caption { get; }

Property Value

string

PreviewText

public string PreviewText { get; set; }

Property Value

string

RecalculateProperties

public ICommand RecalculateProperties { get; }

Property Value

ICommand

Select

public ICommand Select { get; }

Property Value

ICommand