IViewNoteMethods Interface

View note methods interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IViewNoteMethods : IViewMethods
Implements
IViewMethods

Methods

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.

See Also