Class TableFilter
Represents table filter with type (Allow, Deny).
Inheritance
System.Object
TableFilter
Inherited Members
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: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class TableFilter
Remarks
Supports multi-table (with ';' or ',' delimiter) and wildcard mask.
Constructors
TableFilter(TableFilterType, String)
Initializes a new instance of the TableFilter class.
Declaration
public TableFilter(TableFilterType type, string table)
Parameters
Type | Name | Description |
---|---|---|
TableFilterType | type | The type. |
System.String | table | The table. |
Properties
Type
Gets the type.
Declaration
public TableFilterType Type { get; }
Property Value
Type | Description |
---|---|
TableFilterType | The type. |
Methods
IsMatch(String)
Matches the specified table name.
Declaration
public bool IsMatch(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | Name of the table. |
Returns
Type | Description |
---|---|
System.Boolean |