deprecatedclass %iKnow.Model.data
extends %iKnow.Model.node
Model representation of all the source data to be loaded into the iKnow domain (as represented
by a %iKnow.Model.domain object).
property disabled
as %Boolean(XMLPROJECTION="attribute");
If set to 1, this element is ignored when compiling, validating and building the domain
property dropBeforeBuild
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 1 ];
Whether or not to drop all existing source data from the domain at the start of the %Build()
method. Defaults to 1.
relationship lists
as %iKnow.Model.list(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = data,Cardinality = many ];
The locations to load data from, as represented by a %iKnow.Model.list instance.