BaseCamlQuery Class |
Namespace: Colygon.MatchPoint.Common.Caml
public class BaseCamlQuery
The BaseCamlQuery type exposes the following members.
Name | Description | |
---|---|---|
BaseCamlQuery | Initializes a new BaseCamlQuery instance. | |
BaseCamlQuery(ICamlCriteria) | Initializes a new BaseCamlQuery instance. |
Name | Description | |
---|---|---|
Build | Creates a search query. | |
Build(String) | ||
BuildViewFields | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Criteria | Specifies the criteria that are used for aggregating content. | |
GroupBy | Specifies a list of fields that are used to group the result items. | |
OrderBy | Specifies a list of fields that are used to sort the result items. | |
RowLimit | Specifies, how many items will be returned. Set to 0 to return all items. | |
ViewFields | Specifies a list of fields that are available as view fields. |