Child Property DescriptorShould Serialize Value Method
This is used to indicate whether or not the property should be persisted
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns true if the property should be persisted or false if it should not
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override bool ShouldSerializeValue(
Object component
)VB
Public Overrides Function ShouldSerializeValue (
component As Object
) As BooleanC++
public:
virtual bool ShouldSerializeValue(
Object^ component
) overrideF#
abstract ShouldSerializeValue :
component : Object -> bool
override ShouldSerializeValue :
component : Object -> bool Parameters
- component Object
- The component with the property to examine for persistence
Return Value
BooleanReturns true if the property should be persisted or false if it should not