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); }
/// <summary>Get the Latest Version of Object from Database</summary> public void Resync() { this.list = null; int count = this.Count; }
internal ObjectList(Internals.Context context, ObjectSet objectSet) { this.context = context; this.type = objectSet.ObjectType; this.list = objectSet; }