EnvironmentCompany Class

Environment parameters.

Definition

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

Constructors

EnvironmentCompanyInitializes a new instance of the EnvironmentCompany class

Properties

Address Company address [Direccion].
City Company population [Poblacion].
CodeCountry Company country code [CodPais].
Company Company name [Nombre].
Country Country of the company [NombrePais].
Email Company email [Email].
Fax Company fax [Fax].
FinanceModuleStartDate Indicates the date on which the accounting module begins (read only) FechaInicioContable.
LegalInfo Legal information of the company [InformacionLegal].
Observations Company observations [Observaciones].
OtherInfo Other company information [OtraInformacion].
Phone1 Company phone number 1 [Telefono1].
Phone2 Company phone number 2 [Telefono2].
Phone3 Company phone number 3 [Telefono3].
RegionalCulture Company regional format code [CulturaRegional].
State Province of the company [Provincia].
TimeZone Identification of the company's primary time zone [ZonaHoraria].
TimeZoneInfo Gets company time zone information.
VATName Fiscal name of the company [NombreFiscal].
VATNumber Company tax identification number (NIF) [CIF].
Web Company website [Web].
ZipCode Company zip code [CodigoPostal].

Extension Methods

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

See Also