Click or drag to resize

RepositoryExtensionsExpressionDependencies Class

Contains the dependencies of an expression
Inheritance Hierarchy
SystemObject
  System.Linq.ExpressionsExpressionVisitor
    Aloe.SystemFrameworks.Domain.ExtensionsRepositoryExtensionsExpressionDependencies

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

The RepositoryExtensionsExpressionDependencies type exposes the following members.

Constructors
  NameDescription
Public methodRepositoryExtensionsExpressionDependencies
Initializes a new instance of the RepositoryExtensionsExpressionDependencies class.
Top
Properties
  NameDescription
Public propertyAttributes
Gets the data attributes from Repository, which were accessed by the expression.
Public propertyChildDependencies
Gets the attributes and references from child repositories, which were accessed by the expression.
Public propertyParentAttributes
Gets the data attributes from the parent Repository.ParentRepository, which were accessed by the expression.
Public propertyParentReferences
Gets the references from Repository.ParentRepository, which were accessed by the expression.
Public propertyReferences
Gets the references from Repository, which were accessed by the expression.
Public propertyRepository
Gets or sets the repository.
Top
See Also