ProjectHistoryItem

Defined in file gbproj.asn
C++ class: CProjectHistoryItem


ProjectHistoryItem ::= SEQUENCE {
    -- ID of ProjectItem referenced
    id INTEGER,

    -- date of modification
    date Date,

    -- label for this item (terse description)
    label VisibleString,

    -- optional longer description
    comment VisibleString OPTIONAL
}