Click or drag to resize

ModelMapLoad Method

Creates the specified model mmap

Namespace:  SanteDB.Core.Model.Map
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public static ModelMap Load(
	Stream sourceStream
)

Parameters

sourceStream
Type: System.IOStream

[Missing <param name="sourceStream"/> documentation for "M:SanteDB.Core.Model.Map.ModelMap.Load(System.IO.Stream)"]

Return Value

Type: ModelMap
The constructed model map
See Also