Skip to content

Experior 6

Time

Experior.Core.Environment.Time Experior.Core.Environment.Time class provides static properties that allow to interact with the time through code similar… Read More »Time

Random

Experior.Core.Environment.Random Experior.Core.Environment.Random can be used to get a pseudo random sequence of numbers. Properties int Seed: This… Read More »Random

IEntity

IEntity is an interface for a model entity that is typically shown in the Solution… Read More »IEntity

Derived Types

To create a list that contains all derived types just call: Experior.Core.Assemblies.Assembly.DerivedItems<TDerived> The example below… Read More »Derived Types

Assembly

Before starting to build your first Assembly please read Assembly Configuration Please have a look at… Read More »Assembly