Skip to main content

%DeepSee.Model.SubjectArea.measure

Class %DeepSee.Model.SubjectArea.measure Extends %DeepSee.Model.SubjectArea.node [ Inheritance = right, System = 3 ]

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

Properties

subjectArea

Relationship subjectArea As %DeepSee.Model.SubjectArea.subjectArea(XMLPROJECTION = "none") [ Cardinality = one, Inverse = measures ];

Subject area that this measure belongs to.

formatString

Property formatString As %DeepSee.Datatype.string(MAXLEN = 100, XMLPROJECTION = "attribute");

Optional format string to apply to this member.

hidden

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

listingFilter

Property listingFilter As %DeepSee.Datatype.string(XMLPROJECTION = "attribute");

listingFilterOperator

Property listingFilterOperator As %DeepSee.Datatype.string(XMLPROJECTION = "attribute");

Methods

%Validate

Method %Validate() As %Status

Test if this measure's definition is valid.