%DeepSee.UserLibrary.PivotVariable
Class %DeepSee.UserLibrary.PivotVariable Extends (%Persistent, %DeepSee.UserLibrary.UserData)
Parameters
XMLNAME
Parameter XMLNAME = "pivotVariable";
Properties
FullName
Property FullName As %String(MAXLEN = 2000, XMLPROJECTION = "attribute") [ SqlComputeCode = { Set {FullName} = {CubeName}_"||"_{UpperCaseName}_"."_$$$DSPVExt }, SqlComputed, Transient ];
Name
Property Name As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
DisplayName
Property DisplayName As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
Description
Property Description As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
DefaultValue
Property DefaultValue As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
Context
Property Context As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
Type
Property Type As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
SourceType
Property SourceType As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
SourceName
Property SourceName As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
ValueList
Property ValueList As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
DisplayList
Property DisplayList As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
CubeName
Property CubeName As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
UpperCaseName
Property UpperCaseName As %String(MAXLEN = 2000, XMLPROJECTION = "attribute");
Methods
getIdentifier
Method getIdentifier() As %String
getFullName
Method getFullName() As %String