Instance Class
Represent an instance of a modelling entity
- Namespace
ampl
- Assemblies
-
public class Instance : IDisposable
-
class
ampl.
Instance
-
swigCMemOwn
()
Return type: | System.Boolean |
protected bool swigCMemOwn
-
Dispose
()
public virtual void Dispose()
-
Finalize
()
protected void Finalize()
-
ToString
()
Return type: | System.String |
public override string ToString()
-
key
()
-
-
Entity
()
Gets the parent entity
Return type: | ampl.Entities.Entity |
public Entity Entity { get; }
-
Name
()
Return type: | System.String |
public string Name { get; }