abstract class %DeepSee.Connector.node
extends abstractNode
Base class for DeepSee Connector Definition meta-data objects.
• parameter NAMESPACE = "http://www.intersystems.com/deepsee/connector/output";
NAMESPACE specifies the XML namespace to be used when projecting the
class to XML. If NAMESPACE = "", the default namespace is used for the XML schema
is used as the namespace for his class.
• parameter XMLINCLUDEINGROUP = 1;
Do not include *this* class in the XML groupings.
• property description
as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
Optional description for this node.
• property disabled
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored when the
DeepSee Connector is compiled.
• property name
as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Logical name of this element.
Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.