RepoFactory Create T  Method KerbalData - KSP Data Unlocked!

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IKerbalDataRepo<T> Create<T>(
	IDictionary<string, Object> parameters = null,
	string name = null
)
where T : class, new(), IStorable

Parameters

parameters (Optional)
Type: OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineObject 
configuration parameters required by the repository. See the documentation for the specific repository type in use for required and optional parameters
name (Optional)
Type: OnlineSystem String
name of repository to lookup
Type Parameters

T
model type handled by the repo

Return Value

properly configured [!:IkerbalDataRepo<T>] instance
See Also