RecordFilterT Class

Defines a filter that can be applied to queries.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.167 -- Release Build+a63d2f336930b0b8a2e0d51bc652b0af46e5d00a
public class RecordFilter<T> : IRecordFilter
where T : class, new()
Inheritance
Object    RecordFilterT
Implements
IRecordFilter

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Gemstone.Data.Model.RecordFilter`1"]

Remarks

For backend restrictions RecordRestriction should be used. This class is intended to be used for user initiated searches and filters in the user interface.

Constructors

RecordFilterTInitializes a new instance of the RecordFilterT class

Properties

FieldName Gets or sets the name of the field to be searched.
ModelProperty The PropertyInfo of the model that this IRecordFilter applies to.
Operator Gets or sets the operator to be used for the search.
SearchParameter Gets or sets the value to be searched.
SupportsEncrypted Indicates whether this IRecordFilter will work on encrypted fields.
WildCardOperators Gets the collection of supported wildcard operators.

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)
GenerateRestriction Generates a RecordRestriction that corresponds to this IRecordFilter.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also