コード例 #1
0
    public void testOject()
    {
        Wilson.ORMapper.ObjectQuery oq = new Wilson.ORMapper.ObjectQuery(typeof(C2.CtmJob), "", "");
        Wilson.ORMapper.ObjectSet   os = C2.Manager.ORManager.GetObjectSet(oq);
        string context = Common.ObjectToJson(os);

        Common.WriteJsonP(true, context);
    }
コード例 #2
0
 /// <summary>Get the Latest Version of Object from Database</summary>
 public void Resync()
 {
     this.list = null;
     int count = this.Count;
 }
コード例 #3
0
ファイル: ObjectList.cs プロジェクト: Marceli/Roberta
 internal ObjectList(Internals.Context context, ObjectSet objectSet)
 {
     this.context = context;
     this.type = objectSet.ObjectType;
     this.list = objectSet;
 }
コード例 #4
0
 internal ObjectList(Internals.Context context, ObjectSet objectSet)
 {
     this.context = context;
     this.type    = objectSet.ObjectType;
     this.list    = objectSet;
 }
コード例 #5
0
ファイル: ObjectList.cs プロジェクト: Marceli/Roberta
 /// <summary>Get the Latest Version of Object from Database</summary>
 public void Resync()
 {
     this.list = null;
     int count = this.Count;
 }