EnvironmentParameters Class

Environment parameters.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class EnvironmentParameters : EnvironmentCompany
Inheritance
Object    BindableCore    EnvironmentCompany    EnvironmentParameters

Constructors

EnvironmentParametersInitializes a new instance of the EnvironmentParameters class

Properties

Account User access account.
CompanyGUID Unique identification code of the company.
Group User group name.
IdAccount Access account identification code.
IdGroup User group identification code.
IsCompanyDemoIndicate if it is a demostration company.
User User name.
UserLanguage User language.

Extension Methods

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

See Also