Class USADriveIdJurisdSubfile

USADriveIdJurisdSubfile class

Class for Jurisdiction specific fields for USA DL

public class USADriveIdJurisdSubfile

Constructors

NameDescription
USADriveIdJurisdSubfile()The default constructor.

Properties

NameDescription
Count { get; }Returns number of data elements
Item { get; set; }Indexing by 3-letter element id (2 indexers)

Methods

NameDescription
AddOrReplace(DataElement)Adds new DataElement or replaces it if ElementID already exists.
AddOrReplace(string, string)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.
Clear()Clears all data elements
FindDataElement(string, bool)Searches for data element by 3-letter id
Insert(int, DataElement)Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced.
RemoveAt(int)Tries to remove element at index
RemoveAt(string)Tries to remove element with 3-letter id

Other Members

NameDescription
class DataElementRepresents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.

See Also