ChildPropertyDescriptorShouldSerializeValue Method
This is used to indicate whether or not the property should be persisted
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override bool ShouldSerializeValue(
Object component
)
Public Overrides Function ShouldSerializeValue (
component As Object
) As Boolean
public:
virtual bool ShouldSerializeValue(
Object^ component
) override
abstract ShouldSerializeValue :
component : Object -> bool
override ShouldSerializeValue :
component : Object -> bool
- component Object
- The component with the property to examine for persistence
BooleanReturns true if the property should be persisted or false if it should not