Show / Hide Table of Contents

    Class Not

    Represents the operator for the not operation for constraints

    Inheritance
    System.Object
    OperatorConstraint
    Not
    Inherited Members
    OperatorConstraint.LeftConstraints
    OperatorConstraint.RightConstraints
    OperatorConstraint.Name
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: OPTANO.Modeling.Optimization.Operators
    Assembly: Optimization.dll
    Syntax
    public sealed class Not : OperatorConstraint, IHaveName, INot

    Constructors

    Not(Constraint)

    Initializes a new instance of the Not class.

    Declaration
    public Not(Constraint constraint)
    Parameters
    Type Name Description
    Constraint constraint

    The constraint.

    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