Instance Class

Represent an instance of a modelling entity

Namespace
ampl
Assemblies
  • AMPL

Syntax

public class Instance : IDisposable
class ampl.Instance

Fields

swigCMemOwn()
Return type:System.Boolean
protected bool swigCMemOwn

Methods

Dispose()
public virtual void Dispose()
Finalize()
protected void Finalize()
ToString()
Return type:System.String
public override string ToString()
key()
Return type:TupleBase
public TupleBase key()

Properties

Entity()

Gets the parent entity

Return type:ampl.Entities.Entity
public Entity Entity { get; }
Name()
Return type:System.String
public string Name { get; }