CamlCriteria Class |
Namespace: Colygon.MatchPoint.Common.Caml
public class CamlCriteria : ICamlCriteria, ICriteria
The CamlCriteria type exposes the following members.
Name | Description | |
---|---|---|
CamlCriteria(String, SPFieldType, Object) | Initializes a new CamlCriteria instance. | |
CamlCriteria(String, SPFieldType, Object, CamlComparisonOperator) | Initializes a new CamlCriteria instance. |
Name | Description | |
---|---|---|
Build | Returns the CAML representation of the criteria. | |
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 | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
ComparisonOperator | Specifies a comparison operator for the criteria. | |
FieldName | Specifies the field name of the CAML criteria. | |
FieldType | Specifies the field type. | |
Value | Specifies the field value. |