Click or drag to resize

SimpleContentFilterFactory Class

Factory to create a SimpleContentFilter
Inheritance Hierarchy
SystemObject
  DataGridExtensionsSimpleContentFilterFactory

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class SimpleContentFilterFactory : IContentFilterFactory

The SimpleContentFilterFactory type exposes the following members.

Constructors
  NameDescription
Public methodSimpleContentFilterFactory
Initializes a new instance of the SimpleContentFilterFactory class.
Public methodSimpleContentFilterFactory(StringComparison)
Initializes a new instance of the SimpleContentFilterFactory class.
Top
Properties
  NameDescription
Public propertyStringComparison
Gets or sets the string comparison.
Top
Methods
  NameDescription
Public methodCreate
Creates the content filter for the specified content.
Top
Fields
  NameDescription
Public fieldStatic memberDefault
The default instance.
Top
See Also