IHostConfiguration Interface

Host to perform configuration processes.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IHostConfiguration

Properties

Views Document management.

Methods

AllowProcess Indicates whether the process is allowed for the current user.
AllowTableAccess Indicates whether access to the table is allowed for the current user.
AllowTableAttachedFiles Indicates whether the table supports attachments.
ConvertMarkersExpressionAsyncConvert expression markers asynchronously.
DeleteSettingsAsync Deletes custom settings using the registry handle asynchronously.
EvaluateConditionTableAsync Evaluates a condition of a table asynchronously.
GetCustomSettingsAsync Get the user's custom settings asynchronously.
GetEnvironmentDataSchemaToReporting Get the data schema of the environment for generating reports.
GetEnvironmentDataTableToReporting Gets the schema and data from the environment to generate reports.
GetEnvironmentParametersAsync Obtains the environment parameter information asynchronously.
GetExerciseEndPeriodByDateAsyncReturns the data for the period that corresponds to the end of the fiscal year, according to the indicated date.
GetExerciseStartPeriodByDateAsyncReturns the data for the period that corresponds to the beginning of the fiscal year, according to the indicated date.
GetFilePathExtensiblity Gets the physical path of an extensibility file.
GetLastOpenPeriodToDocumentsAsyncReturns data from the first period that is not closed, for documents and/or invoices
GetLastOpenPeriodToFinanceAsyncReturns data from the first period that is not closed, for accounting transactions
GetParameter Get the value of the indicated parameter.
GetPeriodByDateAsyncReturns data for the period, according to the indicated date
GetProcessDescription Get the description of the process.
GetProcessName Gets the name of the process.
GetRoamingSettingsFilePath Get the path of the custom configuration roaming file.
GetSettingsAsync Gets custom configurations based on the given parameters asynchronously.
GetTableDataExpressionAsync Gets the expression data of the indicated table and record asynchronously.
GetTableDescription(Int32) Gets the description of the table corresponding to the indicated identifier.
GetTableDescription(String) Get the description of the table.
GetTableFieldSettingsAsync Gets the configuration of the table fields asynchronously.
GetTableId Gets the identifier of the table corresponding to the indicated table name.
GetTableName Gets the name of the table corresponding to the indicated identifier.
GetTableRowHyperlink(String, Int64, Boolean) Gets the link corresponding to a record in a table.
GetTableRowHyperlink(String, String, Boolean) Gets the link corresponding to a record in a table.
HasCompanyModules Gets if the company has a specific active module.
HasTablePermission Gets if you have a specific permission to the table.
HasUserModules Gets if the user has a specific module active.
IsOpenPeriodToDocumentsAsyncIndicates whether the date belongs to an open, for documents and/or invoices
IsOpenPeriodToFinanceAsyncIndicates whether the date belongs to an open accounting transactions
ParameterExists Indicates whether the parameter exists
SetCustomSettingsAsync Updates custom configuration asynchronously.
SetSettingsAsync Updates custom settings based on the Settings model asynchronously.
TranslateResourcesAsync Translate resource labels into the corresponding text in the indicated language asynchronously.

See Also