Class TradeoffObjective
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:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class TradeoffObjective
Constructors
TradeoffObjective()
Declaration
public TradeoffObjective()
TradeoffObjective(Object)
Declaration
public TradeoffObjective(dynamic client)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | client |
Properties
Id
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
IsLive
Declaration
public bool IsLive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
OptimizationObjectives
Declaration
public IEnumerable<OptimizationObjective> OptimizationObjectives { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<OptimizationObjective> |
Structure
Declaration
public Structure Structure { get; set; }
Property Value
| Type | Description |
|---|---|
| Structure |