Parameters Class
Class for processing data stored in parameters.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
- Inheritance
- Object Parameters
| Parameters | Initializes a new instance of the Parameters class |
| 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.
|