 | SimplifiedViewDefinitionLoad Method |
Load a view definition from stream
Namespace: SanteDB.Core.Templates.ViewAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic static SimplifiedViewDefinition Load(
Stream stream
)
Public Shared Function Load (
stream As Stream
) As SimplifiedViewDefinition
public:
static SimplifiedViewDefinition^ Load(
Stream^ stream
)
static member Load :
stream : Stream -> SimplifiedViewDefinition Parameters
- stream Stream
- The stream from which the view definition should be loaded
Return Value
SimplifiedViewDefinitionThe loaded view definition
See Also