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.Applets.ViewModel
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public int? GetParentObjectId(
	IdentifiedData data
)

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData

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

Return Value

Type: NullableInt32

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

See Also