DataAttributesCollection Class |
Namespace: Aloe.SystemFrameworks.Domain
The DataAttributesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataAttributesCollection |
Initializes a new instance of the DataAttributesCollection class.
|
Name | Description | |
---|---|---|
![]() | ItemString |
Gets the IDataAttribute with the specified name.
|
![]() | ItemIDataAttribute |
If the specified attribute is part of the attributes collection, returns it. Otherwise it throws an exception.
|
![]() | Repository |
Gets the repository.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified data attribute.
|
![]() | Contains |
Determines whether there is an attribute with the specified name.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | MakeReadOnly |
Makes the collection read only.
|
![]() | Remove |
Removes the specified name.
|
![]() | TryGet |
Tries the get the specified data attribute, returns null if it is not found.
|
Name | Description | |
---|---|---|
![]() ![]() | SplitIDataAttribute |
Splits the input IEnumerable in chunks with the specified size.
(Defined by Splitter.) |
![]() | TopologicalSortIDataAttribute |
Topological sort based on item dependencies.
(Defined by RepositoryExtensions.) |