Click or drag to resize
ISystemInit Method
Initializes this system with the data stored in the specified attribute table.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Init(
	IAttributeTable configuration
)

Parameters

configuration
Type: Slash.Collections.AttributeTablesIAttributeTable
System configuration data.
See Also