IEnvironment Interface

Application environment parameters interface.

Definition

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

Properties

Account User Account.
CodeCountry Company country code.
Company Company name.
CompanyCulture Regional format culture of the company.
CompanyModules Active modules of the company (LicencyModules).
Group User group name.
IdCompany Company database identifier.
IdGroup User group identifier.
IdUser User Id.
IsAdministrator Indicates if the user is an administrator.
ServerConnection Current connection URL server.
User User name.
UserLanguage User language.
UserModules Active modules of the user (LicencyModules).
WorkDate Indicates the default work date in the current session.

See Also