public NCMBObject(NCMB ncmb, string name) { _ncmb = ncmb; this.Name = name; _fields = new JObject(); _objects = new Dictionary <string, object>(); }
public NCMBRequest(NCMB ncmb) { _ncmb = ncmb; }
public NCMBQuery(NCMB ncmb, string name) { this.Name = name; this._ncmb = ncmb; this.where = new JObject(); }