Click or drag to resize

SerializationContextShouldForceLoad Method

Returns true when child property information should be force loaded

Namespace: SanteDB.Core.ViewModel
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool ShouldForceLoad(
	string childProperty,
	Guid? key
)

Parameters

childProperty  String

[Missing <param name="childProperty"/> documentation for "M:SanteDB.Core.ViewModel.SerializationContext.ShouldForceLoad(System.String,System.Nullable{System.Guid})"]

key  NullableGuid

[Missing <param name="key"/> documentation for "M:SanteDB.Core.ViewModel.SerializationContext.ShouldForceLoad(System.String,System.Nullable{System.Guid})"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Core.ViewModel.SerializationContext.ShouldForceLoad(System.String,System.Nullable{System.Guid})"]

See Also