| 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
)
Public Function ShouldSerialize (
childProperty As String
) As Boolean
public:
bool ShouldSerialize(
String^ childProperty
)
member ShouldSerialize :
childProperty : string -> bool
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