HIBCPASCodetext.AddRecord

AddRecord(HIBCPASDataType, string)

Adds new record

public void AddRecord(HIBCPASDataType dataType, string data)
Parameter Type Description
dataType HIBCPASDataType Type of data
data String Data string

See Also


AddRecord(HIBCPASRecord)

Adds new record

public void AddRecord(HIBCPASRecord record)
Parameter Type Description
record HIBCPASRecord Record to be added

See Also