public class RecordFilter<T> : IRecordFilter
where T : class, new()
Public Class RecordFilter(Of T As {Class, New})
Implements IRecordFiltergeneric<typename T>
where T : ref class, gcnew()
public ref class RecordFilter : IRecordFilter[Missing <typeparam name="T"/> documentation for "T:Gemstone.Data.Model.RecordFilter`1"]
| RecordFilterT | Initializes a new instance of the RecordFilterT class |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows 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. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |