Click or drag to resize

IViewModelClassifierCompose Method

Re-compose the classified data

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

Parameters

values
Type: System.Collections.GenericDictionaryString, Object

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

retValType
Type: SystemType

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

Return Value

Type: IList

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

See Also