Example #1
0
 public static Couchbase.Lite.Internal.Body BodyWithProperties(IDictionary <string,
                                                                            object> properties)
 {
     Couchbase.Lite.Internal.Body result = new Couchbase.Lite.Internal.Body(properties
                                                                            );
     return(result);
 }
Example #2
0
		public static Couchbase.Lite.Internal.Body BodyWithProperties(IDictionary<string, 
			object> properties)
		{
			Couchbase.Lite.Internal.Body result = new Couchbase.Lite.Internal.Body(properties
				);
			return result;
		}
Example #3
0
 public static Couchbase.Lite.Internal.Body BodyWithJSON(byte[] json)
 {
     Couchbase.Lite.Internal.Body result = new Couchbase.Lite.Internal.Body(json);
     return(result);
 }
Example #4
0
		public static Couchbase.Lite.Internal.Body BodyWithJSON(byte[] json)
		{
			Couchbase.Lite.Internal.Body result = new Couchbase.Lite.Internal.Body(json);
			return result;
		}