BlobFilterBuilder Class

CVB.Net Documentation
Helper to build filters for a blob search.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationBlobFilterBuilder

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public sealed class BlobFilterBuilder

The BlobFilterBuilder type exposes the following members.

Constructors

  NameDescription
Public methodBlobFilterBuilder
Creates the builder without any filters.
Top
Methods

  NameDescription
Public methodBuild
Builds the filter object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithBorderFilter
Adds a border filter.
Public methodWithHeightFilter
Adds a height filter.
Public methodWithSizeFilter
Adds a size (area) filter.
Public methodWithWidthFilter
Adds a width filter.
Top
See Also

Reference