Search Results for

    Show / Hide Table of Contents

    Class TradeoffObjective

    Trade-off objective interface that consists of a set of optimization objectives.

    Inheritance
    System.Object
    TradeoffObjective
    Inherited Members
    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: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public class TradeoffObjective

    Properties

    Id

    Identifier of the trade-off objective.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32

    OptimizationObjectives

    The collection of objectives that this trade-off objective represents.

    Declaration
    public IEnumerable<OptimizationObjective> OptimizationObjectives { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<OptimizationObjective>

    Structure

    Structure that this trade-off objective represents.

    Declaration
    public Structure Structure { get; }
    Property Value
    Type Description
    Structure
    In This Article
    Back to top