Click or drag to resize

SerializationContextShouldSerialize Method

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

Namespace: SanteDB.Core.ViewModel
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool ShouldSerialize(
	string childProperty
)

Parameters

childProperty  String

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

Return Value

Boolean

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

See Also