public static MetaObject Instantiate(global::Allors.R1.Meta.AllorsGenerated.AllorsEmbeddedSession session, System.Int32 id)
 {
     return((MetaObject)session.Instantiate(id));
 }
Example #2
0
 public new static Inheritance Instantiate(global::Allors.R1.Meta.AllorsGenerated.AllorsEmbeddedSession session, System.Int32 id)
 {
     return((Inheritance)session.Instantiate(id));
 }
Example #3
0
 public new static ObjectType Instantiate(global::Allors.R1.Meta.AllorsGenerated.AllorsEmbeddedSession session, System.Int32 id)
 {
     return((ObjectType)session.Instantiate(id));
 }
 public new static Domain Instantiate(global::Allors.R1.Meta.AllorsGenerated.AllorsEmbeddedSession session, System.Int32 id)
 {
     return((Domain)session.Instantiate(id));
 }