C# Класс CDP4CommonView.PrefixedUnitDialogViewModel

dialog-view-model class representing a PrefixedUnit
Наследование: ConversionBasedUnitDialogViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
PrefixedUnitDialogViewModel ( ) : System

Initializes a new instance of the PrefixedUnitDialogViewModel class.

The default constructor is required by MEF

PrefixedUnitDialogViewModel ( prefixedUnit, IThingTransaction transaction, ISession session, bool isRoot, ThingDialogKind dialogKind, IThingDialogNavigationService thingDialogNavigationService, Thing container, IEnumerable chainOfContainers ) : System

Initializes a new instance of the PrefixedUnitDialogViewModel class

Защищенные методы

Метод Описание
Initialize ( ) : void

Initialize the dialog

InitializeCommands ( ) : void

Initializes the ICommands of this dialog

PopulatePossiblePrefix ( ) : void

Populates the PossiblePrefix property

UpdateProperties ( ) : void

Update the properties

UpdateTransaction ( ) : void

Update the transaction with the Thing represented by this Dialog

Приватные методы

Метод Описание
PopulatePossibleContainer ( ) : void

Populate the possible containers for a PrefixedUnit

Описание методов

Initialize() защищенный Метод

Initialize the dialog
protected Initialize ( ) : void
Результат void

InitializeCommands() защищенный Метод

Initializes the ICommands of this dialog
protected InitializeCommands ( ) : void
Результат void

PopulatePossiblePrefix() защищенный Метод

Populates the PossiblePrefix property
protected PopulatePossiblePrefix ( ) : void
Результат void

PrefixedUnitDialogViewModel() публичный Метод

Initializes a new instance of the PrefixedUnitDialogViewModel class.
The default constructor is required by MEF
public PrefixedUnitDialogViewModel ( ) : System
Результат System

PrefixedUnitDialogViewModel() публичный Метод

Initializes a new instance of the PrefixedUnitDialogViewModel class
public PrefixedUnitDialogViewModel ( prefixedUnit, IThingTransaction transaction, ISession session, bool isRoot, ThingDialogKind dialogKind, IThingDialogNavigationService thingDialogNavigationService, Thing container, IEnumerable chainOfContainers ) : System
prefixedUnit /// The that is the subject of the current view-model. This is the object /// that will be either created, or edited. ///
transaction IThingTransaction /// The that contains the log of recorded changes. ///
session ISession /// The in which the current is to be added or updated ///
isRoot bool /// Assert if this is the root of all ///
dialogKind ThingDialogKind /// The kind of operation this performs ///
thingDialogNavigationService IThingDialogNavigationService /// The that is used to navigate to a dialog of a specific . ///
container Thing /// The that contains the created in this Dialog ///
chainOfContainers IEnumerable /// The optional chain of containers that contains the argument ///
Результат System

UpdateProperties() защищенный Метод

Update the properties
protected UpdateProperties ( ) : void
Результат void

UpdateTransaction() защищенный Метод

Update the transaction with the Thing represented by this Dialog
protected UpdateTransaction ( ) : void
Результат void