33 lines
No EOL
863 B
HTML
33 lines
No EOL
863 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>LoaderDescriptor</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>LoaderDescriptor</h3><pre>Defined in file <a href="gbproj.asn.html">gbproj.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCLoaderDescriptor.html">CLoaderDescriptor</a>
|
|
|
|
|
|
LoaderDescriptor ::= SEQUENCE {
|
|
-- data loader label
|
|
label VisibleString,
|
|
|
|
-- loader data source type
|
|
loader-type VisibleString,
|
|
|
|
-- data, depends on loader type
|
|
data <a href="User-object.html">User-object</a>,
|
|
|
|
-- flag: is this data loader enabled?
|
|
enabled BOOLEAN DEFAULT TRUE,
|
|
|
|
-- loader priority used in object manager
|
|
priority INTEGER OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |