AddRecord

AddRecord(HIBCPASDataType, string)

Adds new record HIBCPASRecord with given data type and data

public HIBCPASData AddRecord(HIBCPASDataType dataType, string data)
Parameter Type Description
dataType HIBCPASDataType Record data type
data String Record data

See Also


AddRecord(HIBCPASRecord)

Adds new record

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

Return Value

Return reference on itself

See Also