%DeepSee.Model.KPI.property
class %DeepSee.Model.KPI.property extends %DeepSee.Model.KPI.node
Meta-data for a property within a DeepSee KPI.Property Inventory
Method Inventory
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 methods: columnNoDisplayToLogical(), columnNoGet(), columnNoIsValid(), columnNoLogicalToDisplay(), columnNoNormalize(), columnNoSet(), columnNoXSDToLogical()
property defaultValue as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
Default value to apply to this property.
Property methods: defaultValueDisplayToLogical(), defaultValueGet(), defaultValueIsValid(), defaultValueLogicalToDisplay(), defaultValueLogicalToOdbc(), defaultValueNormalize(), defaultValueSet()
property format as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Default format to apply to this property.
Property methods: formatDisplayToLogical(), formatGet(), formatIsValid(), formatLogicalToDisplay(), formatLogicalToOdbc(), formatNormalize(), formatSet()
property headerStyle as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Default css style to apply to the column header used for this property.
Property methods: headerStyleDisplayToLogical(), headerStyleGet(), headerStyleIsValid(), headerStyleLogicalToDisplay(), headerStyleLogicalToOdbc(), headerStyleNormalize(), headerStyleSet()
relationship kpi as %DeepSee.Model.KPI.kpi (XMLPROJECTION = "none") [ Inverse = properties , Cardinality = one ];
KPI that this property belongs to.
Property methods: kpiGet(), kpiGetObject(), kpiGetObjectId(), kpiGetSwizzled(), kpiIsValid(), kpiNewObject(), kpiRClose(), kpiRExec(), kpiRFetch(), kpiRelate(), kpiSQLCompute(), kpiSet(), kpiUnRelate()
property style as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Default css style to apply to this property.
Property methods: styleDisplayToLogical(), styleGet(), styleIsValid(), styleLogicalToDisplay(), styleLogicalToOdbc(), styleNormalize(), styleSet()
Methods
method %Validate() as %Status
Test if this properties's definition is valid.
Inherited Members
Inherited Properties
Inherited Methods
- %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()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()