Endeca Presentation API
DimVal Class
NamespacesEndeca.NavigationDimVal
A dimension value is the lowest-level building block that compose dimensions, navigations, and classifications of records.
Declaration Syntax
C#Visual BasicVisual C++
public class DimVal : IPropertyContainer
Public Class DimVal _
	Implements IPropertyContainer
public ref class DimVal : IPropertyContainer
Members
All MembersMethodsProperties



IconMemberDescription
DimensionId
Gets the ID of the dimension to which this dimension value belongs.

DimensionName
Gets the name of the dimension to which this dimension value belongs.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
Id
Gets the ID of this dimension value.

IsLeaf()()
Indicates if this dimension value is a leaf.

IsMultiSelectAnd()()
Indicates if this dimension value supports "multi-select and" functionality

IsMultiSelectOr()()
Indicates if this dimension value supports "multi-select or" functionality

IsNavigable()()
Indicates if this dimension value is navigable.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets the name of this dimension value.

Properties
Gets the properties associated with this dimension value.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
A Dimension is a collection of related dimension values, organized into a tree. The top-most dimension value in a dimension tree is known as the dimension root. A dimension root always has the same name as its dimension. Every dimension value has a unique ID.

Dimension values are tags that classify the records in a data set. Tagging a record with a dimension value identifies the record as a valid result when that dimension value is selected in a navigation query.

Inheritance Hierarchy
Object
DimVal

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0