Example #1
0
 /// <summary>
 /// Wraps the 'Void Load(System.Collections.Generic.IEnumerable`1[T])' on the 'Microsoft.OData.Client.DataServiceCollection`1' type.
 /// </summary>
 /// <param name="items">The value of the 'items' parameter.</param>
 public virtual void Load(WrappedIEnumerable <T> items)
 {
     WrapperUtilities.InvokeMethodWithoutResult(this, AstoriaWrapperUtilities.GetMethodInfo(WrappedObjectType, MethodInfoCache, "Void Load(System.Collections.Generic.IEnumerable`1[T])"), new object[] { items });
 }
 /// <summary>
 /// Wraps the 'Microsoft.OData.Client.DataServiceQueryContinuation`1[T] GetContinuation[T](System.Collections.Generic.IEnumerable`1[T])' on the 'Microsoft.OData.Client.QueryOperationResponse' type.
 /// </summary>
 /// <typeparam name="T">The wrapper type for the 'T' generic parameter.</typeparam>
 /// <param name="typeT">The CLR generic type for the 'T' parameter.</param>
 /// <param name="collection">The value of the 'collection' parameter.</param>
 /// <returns>The value returned by the underlying method.</returns>
 public virtual WrappedDataServiceQueryContinuation <T> GetContinuation <T>(Type typeT, WrappedIEnumerable <T> collection)
     where T : WrappedObject
 {
     return(WrapperUtilities.InvokeMethodAndWrap <WrappedDataServiceQueryContinuation <T> >(this, AstoriaWrapperUtilities.GetMethodInfo(WrappedObjectType, MethodInfoCache, "Microsoft.OData.Client.DataServiceQueryContinuation`1[T] GetContinuation[T](System.Collections.Generic.IEnumerable`1[T])"), new object[] { collection }, new Type[] { typeT }));
 }
 /// <summary>
 /// Initializes a new instance of the AfterExecuteEventArgs class.
 /// </summary>
 /// <param name="result">The value of the Result parameter.</param>
 public AfterExecuteEventArgs(WrappedIEnumerable result)
 {
     this.Result = result;
 }
 /// <summary>
 /// Wraps the 'Microsoft.OData.Client.DataServiceQueryContinuation GetContinuation(System.Collections.IEnumerable)' on the 'Microsoft.OData.Client.QueryOperationResponse' type.
 /// </summary>
 /// <param name="collection">The value of the 'collection' parameter.</param>
 /// <returns>The value returned by the underlying method.</returns>
 public virtual WrappedDataServiceQueryContinuation GetContinuation(WrappedIEnumerable collection)
 {
     return(WrapperUtilities.InvokeMethodAndWrap <WrappedDataServiceQueryContinuation>(this, AstoriaWrapperUtilities.GetMethodInfo(WrappedObjectType, MethodInfoCache, "Microsoft.OData.Client.DataServiceQueryContinuation GetContinuation(System.Collections.IEnumerable)"), new object[] { collection }));
 }