Show / Hide Table of Contents

Class IsInFilter

Inheritance
System.Object
Filter
ColumnBasedFilter
IsInFilter
Inherited Members
ColumnBasedFilter.GetColumnNameForRender(FCGeneric)
ColumnBasedFilter.ColumnName
Filter.ValidateFilter(FCSession, FCGeneric)
Filter.Render(FCSession, FCGeneric, SqlHelper)
Filter.GetActualDateValue(FCSession, Object)
Filter.ConvertDate(FCSession, DateTime, Boolean)
Filter.ValidateDate(DateTime)
Filter.ValidateValidField(FCGeneric, String)
Filter.ValidateValidField(FCGeneric, String, Boolean)
Filter.ValidateIsIntegerField(FCGeneric, String)
Filter.ValidateIsDecimalField(FCGeneric, String)
Filter.ValidateIsDateField(FCGeneric, String)
Filter.ValidateIsStringField(FCGeneric, String)
Filter.SetParameterValue(FCGeneric, SqlHelper, String, String, Object)
Filter.Session
Filter.Generic
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Filters
Assembly: fcSDK.dll
Syntax
public class IsInFilter : ColumnBasedFilter

Constructors

IsInFilter(String, Boolean, Array)

Declaration
protected IsInFilter(string columnName, bool isInFilter, Array valList)
Parameters
Type Name Description
System.String columnName
System.Boolean isInFilter
System.Array valList

IsInFilter(String, Boolean, DateTime[])

Declaration
protected IsInFilter(string columnName, bool isInFilter, DateTime[] inList)
Parameters
Type Name Description
System.String columnName
System.Boolean isInFilter
System.DateTime[] inList

IsInFilter(String, Boolean, Decimal[])

Declaration
protected IsInFilter(string columnName, bool isInFilter, decimal[] inList)
Parameters
Type Name Description
System.String columnName
System.Boolean isInFilter
System.Decimal[] inList

IsInFilter(String, Boolean, Int32[])

Declaration
protected IsInFilter(string columnName, bool isInFilter, int[] inList)
Parameters
Type Name Description
System.String columnName
System.Boolean isInFilter
System.Int32[] inList

IsInFilter(String, Boolean, String[])

Declaration
protected IsInFilter(string columnName, bool isInFilter, string[] inList)
Parameters
Type Name Description
System.String columnName
System.Boolean isInFilter
System.String[] inList

Properties

IsIn

Declaration
public bool IsIn { get; }
Property Value
Type Description
System.Boolean

ObjectList

Declaration
public Array ObjectList { get; }
Property Value
Type Description
System.Array

Methods

IsEmptyStringPresent(Array)

Declaration
protected static bool IsEmptyStringPresent(Array values)
Parameters
Type Name Description
System.Array values
Returns
Type Description
System.Boolean

PerformRender(FCSession, FCGeneric, SqlHelper)

Declaration
protected override string PerformRender(FCSession fcSession, FCGeneric gen, SqlHelper dbHelper)
Parameters
Type Name Description
FCSession fcSession
FCGeneric gen
SqlHelper dbHelper
Returns
Type Description
System.String
Overrides
Filter.PerformRender(FCSession, FCGeneric, SqlHelper)

PerformValidateFilter(FCSession, FCGeneric)

Declaration
protected override void PerformValidateFilter(FCSession session, FCGeneric gen)
Parameters
Type Name Description
FCSession session
FCGeneric gen
Overrides
Filter.PerformValidateFilter(FCSession, FCGeneric)
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.