Show / Hide Table of Contents

    Interface IOperatorExpression

    Any operation (Plus, Times, etc.) that wants to be exposed as an expression needs to implement this interface

    Namespace: OPTANO.Modeling.Optimization.Operators.Interfaces
    Assembly: Optimization.dll
    Syntax
    public interface IOperatorExpression

    Properties

    Expressions

    Gets the expressions.

    Declaration
    ReadOnlyCollection<Expression> Expressions { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<Expression>

    Extension Methods

    ReflectionHelper.GetFieldValue(Object, String)
    ReflectionHelper.SetFieldValue(Object, String, Object)
    ExtensionMethods.Clone<T>(T)
    ExtensionMethods.ThrowIfArgumentIsNull<T>(T, String)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice