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

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

Parameters

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

Implements

ISystemInit(IAttributeTable)
See Also