Filter members
A helper class that is used to express and build a query that is sent to Project Server.
The Filter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Filter | Creates an instance of the Filter class. |
Top
Properties
Name | Description | |
---|---|---|
Criteria | The nominal values in this class are unsigned types, which make them unavailable for CLS use. | |
Fields | The nominal values in this class are unsigned types that make them unavailable for CLS use. | |
FilterTableName | Gets or sets the name of the DataTable to be filtered. | |
FilterViewUID | Gets or sets the GUID of the filter view. | |
OrderBy | The nominal values in this class are unsigned types, which make them unavailable for CLS use. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a new Filter from the existing Filter object. | |
CopyFrom | Copies fields from an existing Filter object. | |
Equals | (Inherited from Object.) | |
Eval | Evaluates the filter properties by means of the logical operators or field operators. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetXml | Gets the XML string that represents the Filter object. | |
MemberwiseClone | (Inherited from Object.) | |
ReadXml | Deserializes XML data that represents a Filter object, and populates the current Filter object. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICloneable.Clone | The clone of the current Filter object. |
Top