Show / Hide Table of Contents

    Interface ICanSetLicense

    A solver implementing this interface will be able to set a license

    Namespace: OPTANO.Modeling.Optimization.Solver.Interfaces
    Assembly: Optimization.dll
    Syntax
    public interface ICanSetLicense

    Methods

    SetLicenseString(String)

    Will set the license via a license string

    Declaration
    void SetLicenseString(string licenseContents)
    Parameters
    Type Name Description
    System.String licenseContents

    The contents of a license

    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