Skip to main content

%DeepSee.Model.SubjectArea.measure

class %DeepSee.Model.SubjectArea.measure extends %DeepSee.Model.SubjectArea.node

Meta-data object that represents a measure within a DeepSee subject area.

Property Inventory

Method Inventory

Properties

property formatString as %DeepSee.Datatype.string (MAXLEN = 100, XMLPROJECTION = "attribute");
Optional format string to apply to this member.
Property methods: formatStringDisplayToLogical(), formatStringGet(), formatStringIsValid(), formatStringLogicalToDisplay(), formatStringLogicalToOdbc(), formatStringNormalize(), formatStringSet()
property hidden as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this member will be hidden (not part of the subject area model).
Property methods: hiddenDisplayToLogical(), hiddenGet(), hiddenIsValid(), hiddenLogicalToDisplay(), hiddenLogicalToXSD(), hiddenNormalize(), hiddenSet(), hiddenXSDToLogical()
property listingFilter as %DeepSee.Datatype.string (XMLPROJECTION = "attribute");
Property methods: listingFilterDisplayToLogical(), listingFilterGet(), listingFilterIsValid(), listingFilterLogicalToDisplay(), listingFilterLogicalToOdbc(), listingFilterNormalize(), listingFilterSet()
property listingFilterOperator as %DeepSee.Datatype.string (XMLPROJECTION = "attribute");
Property methods: listingFilterOperatorDisplayToLogical(), listingFilterOperatorGet(), listingFilterOperatorIsValid(), listingFilterOperatorLogicalToDisplay(), listingFilterOperatorLogicalToOdbc(), listingFilterOperatorNormalize(), listingFilterOperatorSet()
relationship subjectArea as %DeepSee.Model.SubjectArea.subjectArea (XMLPROJECTION = "none") [ Inverse = measures , Cardinality = one ];
Subject area that this measure belongs to.
Property methods: subjectAreaGet(), subjectAreaGetObject(), subjectAreaGetObjectId(), subjectAreaGetSwizzled(), subjectAreaIsValid(), subjectAreaNewObject(), subjectAreaRClose(), subjectAreaRExec(), subjectAreaRFetch(), subjectAreaRelate(), subjectAreaSQLCompute(), subjectAreaSet(), subjectAreaUnRelate()

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab