Click or drag to resize

SerializationContextGetParentObjectId Method

Gets the object id of the specified object from the parent instance if it exists

Namespace: SanteDB.Core.ViewModel
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public int? GetParentObjectId(
	IdentifiedData data
)

Parameters

data  IdentifiedData

[Missing <param name="data"/> documentation for "M:SanteDB.Core.ViewModel.SerializationContext.GetParentObjectId(SanteDB.Core.Model.IdentifiedData)"]

Return Value

NullableInt32

[Missing <returns> documentation for "M:SanteDB.Core.ViewModel.SerializationContext.GetParentObjectId(SanteDB.Core.Model.IdentifiedData)"]

See Also