 | IViewModelClassifierCompose Method |
Re-compose the classified data
Namespace: SanteDB.Core.ViewModelAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIList Compose(
Dictionary<string, Object> values,
Type retValType
)
Function Compose (
values As Dictionary(Of String, Object),
retValType As Type
) As IList
IList^ Compose(
Dictionary<String^, Object^>^ values,
Type^ retValType
)
abstract Compose :
values : Dictionary<string, Object> *
retValType : Type -> IList 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