Skip to main content

%DeepSee.Connector.node

Class %DeepSee.Connector.node Extends abstractNode [ Abstract, System = 3 ]

Base class for DeepSee Connector Definition meta-data objects.

Parameters

NAMESPACE

Parameter NAMESPACE = "http://www.intersystems.com/deepsee/connector/output";

XMLINCLUDEINGROUP

Parameter XMLINCLUDEINGROUP = 1;

Properties

name

Property name As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");

Logical name of this element.

description

Property description As %DeepSee.Datatype.string(XMLPROJECTION = "attribute");

Optional description for this node.

disabled

Property disabled As %Boolean(XMLPROJECTION = "attribute") [ InitialExpression = 0 ];

Disabled flag. If true, then this member will be ignored when the DeepSee Connector is compiled.