ObjectReferencesCollection Class |
Namespace: Aloe.SystemFrameworks.Domain
The ObjectReferencesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ObjectReferencesCollection |
Creates new references list
|
Name | Description | |
---|---|---|
![]() | Item |
Gets the ObjectReference with the specified name.
|
![]() | Repository |
Gets the repository.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds new reference to the list
|
![]() | GetEnumerator | |
![]() | MakeReadOnly |
Makes the collection read only.
|
![]() | TryGet |
Tries the get the specified reference, returns null if it is not found.
|
Name | Description | |
---|---|---|
![]() ![]() | SplitObjectReference |
Splits the input IEnumerable in chunks with the specified size.
(Defined by Splitter.) |
![]() | TopologicalSortObjectReference |
Topological sort based on item dependencies.
(Defined by RepositoryExtensions.) |