public class SearchCriteria : IDisposablepublic ref class SearchCriteria : IDisposable| Configuration | The search configuration. |
| ApplyChanges | Apply changes to the search criteria. |
| Dispose | Releases all resources used by the SearchCriteria |
| Dispose(Boolean) | Releases the unmanaged resources used by the SearchCriteria and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Load | Loads search criteria and search configuration from a given stream. |
| LoadXML | Loads the search criteria and (optionally) the search configuration from the Xml string. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Save | Saves the search criteria and configuration to a stream. |
| SaveXML | Saves the search criteria and configuration to an Xml string. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |