The Grid type exposes the following members.

Constructors

  NameDescription
Public methodGrid(IEnumerator, String, IList)
Constructs a Grid from the specified Endeca analytics data.
Public methodGrid(IEnumerator, String, String)
Convenience constructor for a one-axis Grid. Same as passing in an IList containing the string.
Public methodGrid(IEnumerator, String, String, String)
Convenience constructor for a two-axis Grid. Same as passing in an IList containing the two strings.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLabels
Returns the List of Labels for the specified axis.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(IList)
Returns the value at the location indicated by the labels.
Public methodGetValue(Label)
Convenience method. Same as passing in a IList containing the Label.
Public methodGetValue(Label, Label)
Convenience method. Same as passing in an IList containing the two Labels.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSortLabels
Sorts the labels in the specified axis by the specified comparator.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyNumAxes
Returns the number of axes (i.e., the number of labels) in the Grid.

See Also