Lines Class

Line utilities.

Definition

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

Constructors

LinesInitializes a new instance of the Lines class

Methods

AllowQuantityNull Indicates whether the line of a note type (NoteType) allows null quantities.
CheckStockWarning Checks stock warnings based on the indicated values.
IndexChangedField Get the value of the index stored by LineModifiedFields.
IsChangedField Get a boolean value indicating whether fieldName has been assigned manually.
IsInput Indicates whether the line, the type of note (NoteType) and the quantity is an entry movement.
IsOutput Indicates whether the line, the type of note (NoteType) and the quantity is an output movement.
IsStockInput Indicates whether the line, the type of note (NoteType) and the quantity is an entry stock movement.
IsStockOutput Indicates whether the line of the note type (NoteType) and the quantity of the movement generates movement of outgoing stock.
SetChangedField Change the value of the field fieldName to modified.
StockWarningToMessage Get the text corresponding to the stock warning.
Type(LineType) Identifies the type of the line based on the type (LineType).
Type(Object) Identifies the type of line (LineType) based on the indicated type.
Type(DataRow, Boolean) Identifies the type of line (LineType) based on the line information.
TypeIsDefined Indicates that it is a valid value of the enumeration.

Extension Methods

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

See Also