C# 클래스 CDP4CommonView.NoteDialogViewModel

dialog-view-model class representing a Note
상속: DialogViewModelBase
파일 보기 프로젝트 열기: RHEAGROUP/COMET-IME-Community-Edition

보호된 메소드들

메소드 설명
Initialize ( ) : void

Initialize the dialog

InitializeCommands ( ) : void

Initializes the ICommands of this dialog

NoteDialogViewModel ( ) : System

Initializes a new instance of the NoteDialogViewModel{T} class.

The default constructor is required by MEF

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

Initializes a new instance of the NoteDialogViewModel{T} class

PopulateCategory ( ) : void

Populates the Category property

PopulatePossibleOwner ( ) : void

Populates the PossibleOwner property

UpdateProperties ( ) : void

Update the properties

UpdateTransaction ( ) : void

Update the transaction with the Thing represented by this Dialog

메소드 상세

Initialize() 보호된 메소드

Initialize the dialog
protected Initialize ( ) : void
리턴 void

InitializeCommands() 보호된 메소드

Initializes the ICommands of this dialog
protected InitializeCommands ( ) : void
리턴 void

NoteDialogViewModel() 보호된 메소드

Initializes a new instance of the NoteDialogViewModel{T} class.
The default constructor is required by MEF
protected NoteDialogViewModel ( ) : System
리턴 System

NoteDialogViewModel() 보호된 메소드

Initializes a new instance of the NoteDialogViewModel{T} class
protected NoteDialogViewModel ( note, IThingTransaction transaction, ISession session, bool isRoot, ThingDialogKind dialogKind, IThingDialogNavigationService thingDialogNavigationService, Thing container, IEnumerable chainOfContainers ) : System
note /// 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

PopulateCategory() 보호된 메소드

Populates the Category property
protected PopulateCategory ( ) : void
리턴 void

PopulatePossibleOwner() 보호된 메소드

Populates the PossibleOwner property
protected PopulatePossibleOwner ( ) : void
리턴 void

UpdateProperties() 보호된 메소드

Update the properties
protected UpdateProperties ( ) : void
리턴 void

UpdateTransaction() 보호된 메소드

Update the transaction with the Thing represented by this Dialog
protected UpdateTransaction ( ) : void
리턴 void