The Grid type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Grid(IEnumerator, String, IList) |
Constructs a Grid from the specified Endeca analytics data.
| |
| Grid(IEnumerator, String, String) |
Convenience constructor for a one-axis Grid.
Same as passing in an IList containing the string.
| |
| Grid(IEnumerator, String, String, String) |
Convenience constructor for a two-axis Grid.
Same as passing in an IList containing the two strings.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| GetLabels |
Returns the List of Labels for the specified axis.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue(IList) |
Returns the value at the location indicated by the labels.
| |
| GetValue(Label) |
Convenience method. Same as passing in a IList containing the Label.
| |
| GetValue(Label, Label) |
Convenience method. Same as passing in an IList containing the two Labels.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SortLabels |
Sorts the labels in the specified axis by the
specified comparator.
| |
| ToString | (Inherited from Object.) |