SharedNotes Class

Shared notes class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class SharedNotes
Inheritance
Object    SharedNotes

Remarks

Useful methods for notes views.

Constructors

SharedNotesInitializes a new instance of the SharedNotes class

Methods

IsViewTypeNote Indicates whether the view type corresponds to a note.
NoteTypeToViewType Convert a NoteTypein a ViewType.
StockWarningToImage Get the image corresponding to the stock warning.
ViewTypeToNoteType Convert a ViewType in a NoteType

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also