Show / Hide Table of Contents

    Enum IndexValidationStyle

    Defines the index validation style for s.

    Namespace: OPTANO.Modeling.Optimization.Configuration
    Assembly: Optimization.Configuration.dll
    Syntax
    public enum IndexValidationStyle

    Fields

    Name Description
    Complete

    Always enumerate the current index sets. This option is the slowest.

    Disabled

    No index validation. Use for production mode.

    Heuristic

    Assume that the index sets are not extended after initialization of the . Recommended setting during development.

    Extension Methods

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