Skip to main content

%DeepSee.extensions.modelling.conf.Attributes

Class %DeepSee.extensions.modelling.conf.Attributes Extends (%SerialObject, %XML.Adaptor) [ System = 4 ]

Properties

input

Property input As %EnumString(VALUELIST = ",ResultSet,table,array,sql,$list", XMLPROJECTION = "ATTRIBUTE");

dim

Property dim As %Integer(XMLPROJECTION = "ATTRIBUTE");

InputTable

Property InputTable As %String;

SQL

Property SQL As %String(MAXLEN = 2048);

ValueList

Property ValueList As %String(MAXLEN = 2048);

DisplayList

Property DisplayList As %String(MAXLEN = 2048);

Type

Property Type As %String [ InitialExpression = "%Integer" ];

IdColumn

Property IdColumn As %String;

ValueColumn

Property ValueColumn As %String;

TypeColumn

Property TypeColumn As %String;

Sort

Property Sort As Sort;