FilterLibrary Class

Contains all of the filters for the SnapDB.Snap.

Definition

Namespace: SnapDB.Snap.Filters
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public class FilterLibrary
Inheritance
Object    FilterLibrary

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetMatchFilterTKey, TValue Retrieves a match filter based on the specified filter GUID and binary stream.
GetSeekFilterTKey Retrieves a seek filter based on the specified filter GUID and binary stream.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Register(MatchFilterDefinitionBase) Registers a match filter definition to the collection of filters.
Register(SeekFilterDefinitionBase) Registers a seek filter definition to the collection of seek filters.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also