Class TablePermissionCollection
Collection class for TablePermission. Provides convenient properties for setting a property on multiple objects at once.
Inheritance
TablePermissionCollection
Assembly: TOMWrapper.dll
Syntax
public sealed class TablePermissionCollection : TabularObjectCollection<TablePermission>, INotifyCollectionChanged, IReadOnlyList<TablePermission>, IReadOnlyCollection<TablePermission>, IEnumerable<TablePermission>, IEnumerable
Properties
Count
The number of items in this collection.
Declaration
public override int Count { get; }
Property Value
Overrides
FilterExpression
Sets the FilterExpression property of all objects in the collection at once.
Declaration
public string FilterExpression { set; }
Property Value
this[Table]
Declaration
public TablePermission this[Table table] { get; }
Parameters
Type |
Name |
Description |
Table |
table |
|
Property Value
Sets the MetadataPermission property of all objects in the collection at once.
Declaration
public MetadataPermission MetadataPermission { set; }
Property Value
Methods
Declaration
protected override bool ContainsInvalidRef(MetadataObject item)
Parameters
Type |
Name |
Description |
MetadataObject |
item |
|
Returns
Overrides
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public override IEnumerator<TablePermission> GetEnumerator()
Returns
Overrides
Implements
Extension Methods