Click or drag to resize

ObjectExpanderExpandProperties Method

Expand properties

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public static void ExpandProperties(
	IdentifiedData returnValue,
	NameValueCollection qp,
	Stack<Guid> keyStack = null,
	Dictionary<Guid, HashSet<string>> emptyCollections = null
)

Parameters

returnValue
Type: SanteDB.Core.ModelIdentifiedData
The return value.
qp
Type: SanteDB.Core.Model.QueryNameValueCollection
The qp.
keyStack (Optional)
Type: System.Collections.GenericStackGuid
The key stack.
emptyCollections (Optional)
Type: System.Collections.GenericDictionaryGuid, HashSetString
The empty collections.
See Also