USADriveIdJurisdSubfile

USADriveIdJurisdSubfile class

Class for Jurisdiction specific fields for USA DL

The USADriveIdJurisdSubfile type exposes the following members:

Constructors

NameDescription
USADriveIdJurisdSubfile()Initializes a new instance of the USADriveIdJurisdSubfile class

Properties

NameDescription
countReturns number of data elements

Indexer

NameDescription
[index]Indexing by index number

Methods

NameDescription
remove_at(index)
remove_at(id)Tries to remove element with 3-letter id
add_or_replace(node)
add_or_replace(id, value)Adds a new DataElement with the specified identifier and value,
or replaces the existing element if an entry with the same ElementID is already present.
find_data_element(id, is_open_or_create)Searches for data element by 3-letter id
clear()Clears all data elements
insert(index, node)Inserts the specified DataElement at the given index.
If a DataElement with the same ElementID already exists, it will be replaced.

See Also