BasePropertySerializeCustomParameters Method

This is called to serialize any custom parameters if necessary

Definition

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

Parameters

sb  StringBuilder
The StringBuilder to which the parameters are appended

Remarks

The method should append a semi-colon followed by the custom parameters in the correct format (i.e. ";X-ABC-Custom1=Test;X-ABC-Custom2=3".

See Also