Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TableFilterCollection

Represents collection of table filter.

Inheritance
System.Object
TableFilterCollection
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class TableFilterCollection : CollectionBase

Constructors

TableFilterCollection()

Initializes a new instance of the TableFilterCollection class.

Declaration
public TableFilterCollection()

Properties

Item[Int32]

Gets the TableFilter at the specified index.

Declaration
public TableFilter this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
TableFilter

Methods

Add(TableFilter)

Adds the internal.

Declaration
public int Add(TableFilter filter)
Parameters
Type Name Description
TableFilter filter

The filter.

Returns
Type Description
System.Int32

Allow(String)

Allows the specified table name.

Declaration
public bool Allow(string tableName)
Parameters
Type Name Description
System.String tableName

Name of the table.

Returns
Type Description
System.Boolean

Contains(TableFilter)

Determines whether [contains] [the specified filter].

Declaration
public bool Contains(TableFilter filter)
Parameters
Type Name Description
TableFilter filter

The filter.

Returns
Type Description
System.Boolean

true if [contains] [the specified filter]; otherwise, false.

Deny(String)

Denies the specified table name.

Declaration
public bool Deny(string tableName)
Parameters
Type Name Description
System.String tableName

Name of the table.

Returns
Type Description
System.Boolean

IndexOf(TableFilter)

Indexes the of.

Declaration
public int IndexOf(TableFilter filter)
Parameters
Type Name Description
TableFilter filter

The filter.

Returns
Type Description
System.Int32

Insert(Int32, TableFilter)

Inserts the specified index.

Declaration
public void Insert(int index, TableFilter filter)
Parameters
Type Name Description
System.Int32 index

The index.

TableFilter filter

The filter.

Remove(TableFilter)

Removes the specified meta class.

Declaration
public void Remove(TableFilter filter)
Parameters
Type Name Description
TableFilter filter

The meta class.