For a list of all members of this type, see UCReference members.
Name | Description | |
---|---|---|
![]() | AbsoluteName | Returns the absolute name for the reference |
![]() | Context | Returns a context for the Reference. |
![]() | ElementName | The unqualified name of this referenced element. Used to construct the fully qualified name by the AbsoluteName method. Read Only. |
![]() | Formula | The IUltraCalcFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned. |
![]() | HasAbsoluteIndex | Indicates if the underlying reference has an absolute index. |
![]() | HasRelativeIndex | Indicates if the underlying reference has a relative index. |
![]() | HasScopeAll | Indicates if the underlying reference was constructed with a scope all index. |
![]() | IsConnected | Indicates if the UCReference is currently connected to an underlying IUltraCalcReference |
![]() | IsDataReference | Returns true if this reference is a data reference. A data reference contains a value, such as a Grid Cell or a Grid SummaryValue. Many referenced elements, such as a Grid Column or a Grid Band, do not reference a value. Read Only. |
![]() | IsDisposedReference | True indicates that the reference was disposed. Read Only. |
![]() | IsEnumerable | Returns true if this reference is enumerable. |
![]() | NormalizedAbsoluteName | Returns the normalized absolute name. UltraCalcEngine makes use normalized absolute names of references to compare two references and search for references. This property should return the absolute name with case insensitive parts of the absolute names converted to lower case. |
![]() | Parent | The RefBase Parent reference of this referenced element. Used to navigate the element hierarchy. If this referenced element is the root element, BaseParent returns null. Read Only. |
![]() | RecalcDeferred | Flag used by the UltraCalcEngine to manage the recalculation network. Denotes the reference is visible. |
![]() | RecalcVisible | Flag used by the UltraCalcEngine to manage the recalculation network. Denotes the reference is visible. |
![]() | Reference | Returns the underlying reference or this instance if the object is not connected. |
![]() | References | Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable. |
![]() | RootName | Returns the root name for the reference |
![]() | Value | The UltraCalcValue, if any, associated with this Reference. If this reference does not contain a Value then a UltraCalcErrorValue is returned. |