Class HostItemsConfiguration
- Namespace
- Alternet.Common.TypeScript.HostObjects
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents properties and methods to store and manipulate host objects.
public class HostItemsConfiguration
- Inheritance
-
HostItemsConfiguration
Constructors
- HostItemsConfiguration()
Initializes a new instance of the
HostItemsConfiguration
class with default settings.
Properties
- Items
Gets a list of
HostItem
objects in this HostConfiguration.
Methods
- AddAssemblies(string, IEnumerable<Assembly>, HostItemOptions)
Updates current
HostItemsConfiguration
by adding new element with specified parameters.
- AddAssemblies(string, IEnumerable<string>, HostItemOptions, string[])
Updates current
HostItemsConfiguration
by adding new element with specified parameters.
- AddAssembly(string, Assembly, HostItemOptions)
Updates current
HostItemsConfiguration
by adding new element with specified parameters.
- AddAssembly(string, string, HostItemOptions, string[])
Updates current
HostItemsConfiguration
by adding new element with specified parameters.
- AddObject(string, object, HostItemOptions)
Updates current
HostItemsConfiguration
by adding new element with specified parameters.
- AddSystemAssemblies(TechnologyEnvironment, HostItemOptions)
Updates current
HostItemsConfiguration
by adding collection of system assemblies.
- AddType(string, Type, HostItemOptions)
Updates current
HostItemsConfiguration
by adding new element with specified parameters.
- AddTypes(string, IEnumerable<Type>, HostItemOptions)
Updates current
HostItemsConfiguration
by adding new element with specified parameters.
- Clear()
Removes all items from the
Items
collection.
- ResetToDefault()
Resets
HostItemsConfiguration
to its default state.