The interface for the NotepadViewModel class.

C# | Visual Basic | Visual C++ |
public interface INotepadViewModel
Public Interface INotepadViewModel
public interface class INotepadViewModel

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Context |
Gets or sets the context.
|
![]() | Header |
Gets the header.
|
![]() | Interaction |
Gets or sets the interaction.
|
![]() | IsDirty |
Gets a value indicating whether this is dirty.
|
![]() | IsEnabled |
Gets a value indicating whether this is enabled.
|
![]() | IsReadOnly |
Gets or sets a value indicating whether this is read only.
|
![]() | Load()()() |
Loads the notepad presentation model.
|
![]() | Save(Boolean) |
Saves the interaction.
|
![]() | Text |
Gets or sets the text.
|
![]() | Unload()()() |
Unloads the notepad presentation model.
|