DocBook|Search
Class Reference
%DeepSee.Model.KPI.property
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Model] >  [KPI] >  [property]
Private  Storage  

class %DeepSee.Model.KPI.property extends node

Meta-data for a property within a DeepSee KPI.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1


Summary

Properties
columnNo defaultValue description disabled displayName
format headerStyle kpi name style

Methods
%%OIDGet %AddToSaveSet %BindExport %ClassIsLatestVersion
%ClassName %ConstructClone %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OriginalNamespace %PackageName %QuoteList %QuoteValue
%QuoteValueL10N %RemoveFromSaveSet %SerializeObject %SetModified
%Validate %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• 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.

Methods

• method %Validate() as %Status
Test if this properties's definition is valid.