Table of Contents

Class AdditionalDataExpressions

Namespace
GroupeIsa.Neos.Application.Persistence
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Represents the additional data expressions.

public class AdditionalDataExpressions
Inheritance
AdditionalDataExpressions
Inherited Members

Constructors

AdditionalDataExpressions(IReadOnlyDictionary<string, LambdaExpression>)

Initializes a new instance of the AdditionalDataExpressions class.

public AdditionalDataExpressions(IReadOnlyDictionary<string, LambdaExpression> expressions)

Parameters

expressions IReadOnlyDictionary<string, LambdaExpression>

expressions.

Properties

Count

Gets the number of elements in the dictionary.

public int Count { get; }

Property Value

int

Empty

Gets the empty additional data expressions dictionary.

public static AdditionalDataExpressions Empty { get; }

Property Value

AdditionalDataExpressions

Expressions

Gets the internal dictionary.

public IReadOnlyDictionary<string, LambdaExpression> Expressions { get; }

Property Value

IReadOnlyDictionary<string, LambdaExpression>