| 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
)
Public Function GetParentObjectId (
data As IdentifiedData
) As Integer?
public:
Nullable<int> GetParentObjectId(
IdentifiedData^ data
)
member GetParentObjectId :
data : IdentifiedData -> Nullable<int>
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