Suoranta.EnterpriseLib.Web - Developer API

ValueFilter<(Of <(<'TValue>)>)> Members

The ValueFilter<(Of <(<'TValue>)>)> type exposes the following members.

Constructors


  Name Description
Public method ValueFilter<(Of <(<'TValue>)>)>

Methods


  Name Description
Public method Equals(System.Object) (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method GetWhereExpression<(Of <<'(TEntity>)>>)
Public method GetWherePredicate<(Of <<'(TEntity>)>>)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Properties


  Name Description
Public property AsNullable
Get Nullable value corresponding this FilterValue
Public property HasValue
Is this value to be used to filter entities.
Public property IsActive
Public property SourceTransformer
Optional expression applied to source (table column) values before evaluation against FilterValue. For instance, transformer can be used to normalize DateTime objects to include only date component. Transformers do not modify entities themselves.
Public property Value
Public property ValueType