NotesTools Class

Tools to simplify functions with notes class.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class NotesTools
Inheritance
Object    NotesTools

Constructors

NotesToolsInitializes a new instance of the NotesTools class

Methods

CodeToType Converts the thread to the appropriate document type.
DateField Indicates the document field that stores the date, depending on the type of document.
DeliveryNumberField Indicates the document field that stores the delivery number, depending on the type of document.
GetProcess(NoteType, NoteProcess) Gets the process for the indicated type of note and action.
GetProcess(String, NoteProcess) Gets the process for the indicated type of note and action.
Image Get the name of the image that corresponds to the type of note.
Name(NoteType, Boolean) Indicates the name according to the type of note (NoteType) indicated.
Name(Object, Boolean) Indicates the name according to the type code of the indicated note.
NumberField Indicates the field that stores the document number, depending on the type of document.
ProcessToType Converts the process to the appropriate document type.
PropertyField Indicates the document field that stores the third party (owner) code, depending on the type of document.
SerialField Indicates the field of the document that stores the series, according to the type of document.
SerialParameter Indicates the name of the parameter necessary to obtain the series, depending on the type of document.
SubProcessFromType(NoteType) Converts the note type in the thread
SubProcessFromType(String) Converts the note type in the thread.
SubProcessToType Converts thread to note type.
VersionField Indicates the document field that stores the version, depending on the document type.

Extension Methods

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

See Also