add_record method
add_record
Adds new record
Returns
Return reference on itself
def add_record(self, record):
    ...
| Parameter | Type | Description | 
|---|---|---|
| record | HIBCPASRecord | 
Record to be added | 
add_record
Adds new record HIBCPASRecord with given data type and data
Returns
def add_record(self, data_type, data):
    ...
| Parameter | Type | Description | 
|---|---|---|
| data_type | HIBCPASDataType | 
Record data type | 
| data | str | Record data | 
See Also
- module 
groupdocs.signature.domain.extensions - class 
HIBCPASData - class 
HIBCPASRecord