Click or drag to resize

RepositoryExtensions Class

Provides extension methods for the Repository class.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.ExtensionsRepositoryExtensions

Namespace:  Aloe.SystemFrameworks.Domain.Extensions
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static class RepositoryExtensions

The RepositoryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetExpressionDependencies
Gets the data attributes and references (from the repository) on which the expression depends.
Public methodStatic memberTopologicalSortT
Topological sort based on item dependencies.
Top
See Also