Environment Class

Simulate System behavior.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class Environment
Inheritance
Object    Environment

Constructors

EnvironmentInitializes a new instance of the Environment class

Properties

NewLine Summary: Gets the newline string defined for this environment.

Return:

A string containing "\r\n" for non-Unix platforms or a

string containing "\n" for Unix platforms.

Methods

GetLicencySF Environment license.

Extension Methods

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

See Also