class %DeepSee.Model.KPI.property
extends node
Meta-data for a property within a DeepSee KPI.
property columnNo
as %Integer(MINVAL=0,XMLPROJECTION="attribute");
Column (1-based) in the KPI's SQL or MDX query that supplies the value for this KPI.
property defaultValue
as %String(MAXLEN=1000,XMLPROJECTION="attribute");
Default value to apply to this property.
property format
as %String(MAXLEN=255,XMLPROJECTION="attribute");
Default format to apply to this property.
property headerStyle
as %String(MAXLEN=255,XMLPROJECTION="attribute");
Default css style to apply to the column header used for this property.
relationship kpi
as %DeepSee.Model.KPI.kpi(XMLPROJECTION="none") [ Inverse = properties,Cardinality = one ];
KPI that this property belongs to.
property style
as %String(MAXLEN=255,XMLPROJECTION="attribute");
Default css style to apply to this property.
method %Validate()
as %Status
Test if this properties's definition is valid.