BasePropertySerializeParameters Method

This method can be overridden to customize how the parameters are appended to the property when being serialized to a PDI data stream.

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public virtual void SerializeParameters(
	StringBuilder sb
)

Parameters

sb  StringBuilder
The StringBuilder to which the parameters are appended

Remarks

The individual serialize parameter methods can also be overridden for finer control over the parameters. If overridden, this method should still call the other parameter serialization methods unless you want to exclude a particular parameter.

See Also