Parameters Class

Class for processing data stored in parameters.

Definition

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

Constructors

ParametersInitializes a new instance of the Parameters class

Methods

AddColumn Add a parameter column to the parameter dataset.
AddValue Add a parameter to the parameter dataset.
Exist Indicates whether the parameter exists in the dataset.
GetValue Obtains the information of a parameter of a datatable where each column corresponds to a parameter.
MaxNumberDecimals Get the maximum number of decimal places.
NumberDecimalsAmount Get the name of the number of decimals parameter to calculate the amount, depending on the document type.
NumberDecimalsPrice Get the name of the number of decimals parameter to manage the price of an item, depending on the type of document.
NumberDecimalsQuantity Get the name of the number of decimals parameter for the corresponding quantity, according to the document enumeration.
NumberDecimalsTime Get the parameter name of the number of decimal places for time.
Schema Gets a parameter schema.
ValueKey Gets the default key of the parameter.
ValuePart Gets the information about a value in a parameter composed of several values separated by a character.
ValueToBoolean Indicates whether the value of the object, as a string, is 'Si'.
ValueToTimeUnit Converts the parameter value to the time type.

Extension Methods

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

See Also