Click or drag to resize

SerializationContextShouldSerialize Method

Returns true if the object should be serialized based on the data at hand

Namespace:  SanteDB.Core.Applets.ViewModel
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public bool ShouldSerialize(
	string childProperty
)

Parameters

childProperty
Type: SystemString

[Missing <param name="childProperty"/> documentation for "M:SanteDB.Core.Applets.ViewModel.SerializationContext.ShouldSerialize(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Applets.ViewModel.SerializationContext.ShouldSerialize(System.String)"]

See Also