Click or drag to resize

IViewModelClassifierCompose Method

Re-compose the classified data

Namespace: SanteDB.Core.ViewModel
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IList Compose(
	Dictionary<string, Object> values,
	Type retValType
)

Parameters

values  DictionaryString, Object

[Missing <param name="values"/> documentation for "M:SanteDB.Core.ViewModel.IViewModelClassifier.Compose(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)"]

retValType  Type

[Missing <param name="retValType"/> documentation for "M:SanteDB.Core.ViewModel.IViewModelClassifier.Compose(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)"]

Return Value

IList

[Missing <returns> documentation for "M:SanteDB.Core.ViewModel.IViewModelClassifier.Compose(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)"]

See Also