SearchCriteria Class

Represents the base search criteria class. Use SearchFileSystemCriteria or SearchIndexCriteria.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class SearchCriteria : IDisposable
Inheritance
Object    SearchCriteria
Derived
Implements
IDisposable

Properties

Configuration The search configuration.

Methods

ApplyChanges Apply changes to the search criteria.
DisposeReleases all resources used by the SearchCriteria
Dispose(Boolean)Releases the unmanaged resources used by the SearchCriteria and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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.
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also