Class ModelRoleCollection
Collection class for ModelRole. Provides convenient properties for setting a property on multiple objects at once.
Implements
Inherited Members
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public sealed class ModelRoleCollection : TabularObjectCollection<ModelRole>, INotifyCollectionChanged, IReadOnlyList<ModelRole>, IReadOnlyCollection<ModelRole>, IEnumerable<ModelRole>, IEnumerable
Properties
Count
The number of items in this collection.
Declaration
public override int Count { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
Description
Sets the Description property of all objects in the collection at once.
Declaration
public string Description { set; }
Property Value
Type | Description |
---|---|
string |
ModelPermission
Sets the ModelPermission property of all objects in the collection at once.
Declaration
public ModelPermission ModelPermission { set; }
Property Value
Type | Description |
---|---|
ModelPermission |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public override IEnumerator<ModelRole> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<ModelRole> |