 | SerializationContextShouldSerialize Method |
Returns true if the object should be serialized based on the data at hand
Namespace: SanteDB.Core.ViewModelAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool ShouldSerialize(
string childProperty
)
Public Function ShouldSerialize (
childProperty As String
) As Boolean
public:
bool ShouldSerialize(
String^ childProperty
)
member ShouldSerialize :
childProperty : string -> bool 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