For a list of all members of this type, see RefUnAnchored members.
Name | Description | |
---|---|---|
![]() | ContainsReference | Overridden. Returns true if this reference contains inReference
RefUnAnchored forwards this to the base reference. |
![]() | CreateRange | Create a Range reference relative to this reference. (Inherited from Infragistics.Win.CalcEngine.RefBase) |
![]() | CreateReference | Create a new reference relative to this reference. (Inherited from Infragistics.Win.CalcEngine.RefBase) |
![]() | Equals | Overriden. |
![]() | FindAll | Overridden. Returns the named reference relative to this reference with scope "ALL".
RefUnAnchored forwards this to the base reference. |
![]() | FindItem | Overloaded. Overridden. Returns the named reference relative to this reference.
RefUnAnchored forwards this to the base reference. |
![]() | FindParent | Overridden. Returns a reference to this elements Parent.
RefUnAnchored forwards this to the base reference. |
![]() | FindSummaryItem | Overridden. Returns the named SummaryItem reference relative to this reference.
RefUnAnchored forwards this to the base reference. |
![]() | GetChildReferences | Returns the child references of the reference. This method can return null. (Inherited from Infragistics.Win.CalcEngine.RefBase) |
![]() | GetHashCode | Overridden. |
![]() | IsSiblingReference | Overridden. Determines whether the given reference is a sibling of this reference |
![]() | IsSubsetReference | Overridden. Returns true if inReference is a proper subset of this reference |
![]() | MarkRelativeIndices | For each reference tuple in this reference that has a relative index, mark the corresponding tuple in inReference. (Inherited from Infragistics.Win.CalcEngine.RefBase) |
![]() | ResolveReference | Overridden. Resolves a reference relative to this reference. For example, if this reference is a reference to a row, and inReference is a reference to a column, the resolved reference is the cell reference that is the intersection of this row and the input column.
RefUnAnchored forwards this to the base reference. |
![]() | ScopedReferences | Overridden. Returns a IUltraCalcReferenceCollection for enumerable references constrained to the specified reference.
RefUnAnchored forwards this to the base reference. |
![]() | ToString | Returns a string representation of the object. |
Name | Description | |
---|---|---|
![]() | BuildReference | Constructs a reference relative to this reference by walking all the elements of the specified parsed reference. If forceDataRef is true, then any IsDataReference references are forced to resolve to a specific data item when an incomplete identifier is specified. RefLoop is used to iterate over the specified parsed reference.
This method must be overridden by the Root reference object to deal with external or root references. The Root referece object must advance past the optional control name in a Fully Qualified Reference before calling RefLoop (Inherited from Infragistics.Win.CalcEngine.RefBase) |
![]() | CreateParsedReference | Used to create a new RefParser for the reference. (Inherited from Infragistics.Win.CalcEngine.RefBase) |
![]() | FindRoot | Returns the Root reference of a reference hierarchy. The root reference is used to resolve the fully qualifed form of a reference. Note: Must be overridden by the Root reference to return "this". (Inherited from Infragistics.Win.CalcEngine.RefBase) |
![]() | RefLoop | Constructs a reference relative to the specified starting reference by walking the specified RefTuple enumerator. For each RefTuple, the next "current" reference is constucted by calling the Find method based on the scope of the RefTuple. If forceDataRef is true, then any IsDataReference references are forced to resolve to a specific data item when an incomplete identifier is specified. (Inherited from Infragistics.Win.CalcEngine.RefBase) |