30 lines
No EOL
811 B
HTML
30 lines
No EOL
811 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>ProjectHistoryItem</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>ProjectHistoryItem</h3><pre>Defined in file <a href="gbproj.asn.html">gbproj.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCProjectHistoryItem.html">CProjectHistoryItem</a>
|
|
|
|
|
|
ProjectHistoryItem ::= SEQUENCE {
|
|
-- ID of <a href="ProjectItem.html">ProjectItem</a> referenced
|
|
id INTEGER,
|
|
|
|
-- date of modification
|
|
date <a href="Date.html">Date</a>,
|
|
|
|
-- label for this item (terse description)
|
|
label VisibleString,
|
|
|
|
-- optional longer description
|
|
comment VisibleString OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |