deprecatedclass %iKnow.Model.skiplist
extends %iKnow.Model.node
Model representation of a skiplist, containing entities to be left out of processing
property description
as %String(XMLPROJECTION="ATTRIBUTE");
relationship domain
as %iKnow.Model.domain(XMLPROJECTION="none") [ Inverse = skiplists,Cardinality = one ];
property entries
as list of %String(XMLNAME="entry",XMLPROJECTION="ELEMENT");
property name
as %String(XMLPROJECTION="ATTRIBUTE") [ Required ];
Name of the skiplist