 | SerializationContextShouldForceLoad Method |
Returns true when child property information should be force loaded
Namespace: SanteDB.Core.ViewModelAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool ShouldForceLoad(
string childProperty,
Guid? key
)
Public Function ShouldForceLoad (
childProperty As String,
key As Guid?
) As Boolean
public:
bool ShouldForceLoad(
String^ childProperty,
Nullable<Guid> key
)
member ShouldForceLoad :
childProperty : string *
key : Nullable<Guid> -> bool 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