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