Instance Class ============== Represent an instance of a modelling entity Namespace :dn:ns:`ampl` Assemblies * AMPL ---- .. contents:: :local: Inheritance Hierarchy --------------------- * :dn:cls:`System.Object` * :dn:cls:`ampl.Instance` Syntax ------ .. code-block:: csharp public class Instance .. dn:class:: ampl.Instance :hidden: .. dn:class:: ampl.Instance Properties ---------- .. dn:class:: ampl.Instance :noindex: :hidden: .. dn:property:: ampl.Instance.Entity Gets the parent entity :rtype: ampl.Entities.Entity .. code-block:: csharp public Entity Entity { get; }