Creates a properly configured instance of the KerbalDataManager class
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static T Create<T>( string baseUri, string configSectionName = "kerbalData" ) where T : class, IKerbalDataManager
Parameters
- baseUri
- Type:
System String
root Uri for the manager
- configSectionName (Optional)
- Type:
System String
configuration section to use
Type Parameters
- T
- model type handled by the manager
Return Value
configured instanceSee Also