IViewNoteMethods Interface
View note methods interface.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public interface IViewNoteMethods : IViewMethods
Public Interface IViewNoteMethods
Inherits IViewMethods
- Implements
- IViewMethods
| GetLine |
Gets the model of the indicated line.
|
| GetLineValue |
Gets the value corresponding to a model property of the indicated line.
|
| GetNote |
Gets the model of the note.
|
| GetNoteValue |
Gets the value corresponding to a property of the note model.
|
| GetSourceNoteId |
Gets the ID of the note from which the current note comes.
|
| IsEditing |
Gets the value of whether the note is currently being modified.
|
| SetLineValue |
Sets the value corresponding to a property in the model of the indicated line.
|
| SetNoteValue |
Sets the value corresponding to a property in the note model.
|