Click or drag to resize

ObjectExpanderExcludeProperties Method

Excludes the specified properties from the result

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

Parameters

returnValue
Type: SanteDB.Core.ModelIdentifiedData

[Missing <param name="returnValue"/> documentation for "M:SanteDB.Rest.Common.ObjectExpander.ExcludeProperties(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.Query.NameValueCollection,System.Collections.Generic.Stack{System.Guid})"]

qp
Type: SanteDB.Core.Model.QueryNameValueCollection

[Missing <param name="qp"/> documentation for "M:SanteDB.Rest.Common.ObjectExpander.ExcludeProperties(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.Query.NameValueCollection,System.Collections.Generic.Stack{System.Guid})"]

keyStack (Optional)
Type: System.Collections.GenericStackGuid

[Missing <param name="keyStack"/> documentation for "M:SanteDB.Rest.Common.ObjectExpander.ExcludeProperties(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.Query.NameValueCollection,System.Collections.Generic.Stack{System.Guid})"]

See Also