ChildPropertyDescriptorShouldSerializeValue 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: 2023.1.2.0
public override bool ShouldSerializeValue(
	Object component
)

Parameters

component  Object
The component with the property to examine for persistence

Return Value

Boolean
Returns true if the property should be persisted or false if it should not

See Also