Tag Class

Definition

A Tag class containing part of a card information

public class Tag
type Tag = class
Public Class Tag
Inheritance
Tag
Derived

Constructors

Tag()

Create an empty tag

Tag(UInt32, Byte[], UInt32, List<Tag>)

Instantiate Tag class containing part of a card information

Properties

Data

The data of the Tag

IsConstructed

True if the Tag is constructed, which means contains sub Tags A constructed tag is not necessary a template

Parent

The Tag parent, 0 is it's a root Tag

TagNumber

The Tag number

Tags

List of Tag that this Tag can contain if it's a constructed one or a template or a DOL

Methods

SearchTag(List<Tag>, UInt32)

Search for a specific tag in a list of Tag including the sub Tags

Applies to