Esempio n. 1
0
 /// <summary>
 /// Retrieves additional data in this request from a linked resource. This has no effect if caching is disabled on the <see cref="Client.IClient">Client</see> object.
 /// </summary>
 /// <param name="source">The source query.</param>
 /// <param name="selector">A function to select a resource-returning method to expand.</param>
 /// <returns>An <see cref="IQueryable{T}"/> whose elements will include additional data selected by <paramref name="selector"/>.</returns>
 public static IQueryable <IGroupMembership> Expand(this IQueryable <IGroupMembership> source, Expression <Func <IGroupMembershipExpandables, object> > selector)
 => ExpandCommon.CreateQuery(source, selector);
Esempio n. 2
0
 /// <summary>
 /// Retrieves additional data in this request from a linked resource. This has no effect if caching is disabled on the <see cref="Client.IClient">Client</see> object.
 /// </summary>
 /// <param name="source">The source query.</param>
 /// <param name="selector">A function to select a resource-returning method to expand.</param>
 /// <returns>An <see cref="IQueryable{T}"/> whose elements will include additional data selected by <paramref name="selector"/>.</returns>
 public static IQueryable <IOrganizationAccountStoreMapping> Expand(this IQueryable <IOrganizationAccountStoreMapping> source, Expression <Func <IOrganizationAccountStoreMappingExpandables, object> > selector)
 => ExpandCommon.CreateQuery(source, selector);
Esempio n. 3
0
 /// <summary>
 /// Retrieves additional data in this request from a linked resource. This has no effect if caching is disabled on the <see cref="Client.IClient">Client</see> object.
 /// </summary>
 /// <param name="source">The source query.</param>
 /// <param name="selector">A function to select a resource-returning method to expand.</param>
 /// <returns>An <see cref="IQueryable{T}"/> whose elements will include additional data selected by <paramref name="selector"/>.</returns>
 public static IQueryable <IOrganization> Expand(this IQueryable <IOrganization> source, Expression <Func <IOrganizationExpandables, object> > selector)
 => ExpandCommon.CreateQuery(source, selector);
Esempio n. 4
0
 /// <summary>
 /// Retrieves additional data in this request from a linked resource. This has no effect if caching is disabled on the <see cref="Client.IClient">Client</see> object.
 /// </summary>
 /// <param name="source">The source query.</param>
 /// <param name="selector">A function to select a resource-returning method to expand.</param>
 /// <returns>An <see cref="IQueryable{T}"/> whose elements will include additional data selected by <paramref name="selector"/>.</returns>
 public static IQueryable <IDirectory> Expand(this IQueryable <IDirectory> source, Expression <Func <IDirectoryExpandables, object> > selector)
 => ExpandCommon.CreateQuery(source, selector);
Esempio n. 5
0
 /// <summary>
 /// Retrieves additional data in this request from a linked resource. This has no effect if caching is disabled on the <see cref="Client.IClient">Client</see> object.
 /// </summary>
 /// <param name="source">The source query.</param>
 /// <param name="selector">A function to select a resource-returning method to expand.</param>
 /// <returns>An <see cref="IQueryable{T}"/> whose elements will include additional data selected by <paramref name="selector"/>.</returns>
 public static IQueryable <IAuthenticationResult> Expand(this IQueryable <IAuthenticationResult> source, Expression <Func <IAuthenticationResultExpandables, object> > selector)
 => ExpandCommon.CreateQuery(source, selector);
Esempio n. 6
0
 /// <summary>
 /// Retrieves additional data in this request from a linked resource. This has no effect if caching is disabled on the <see cref="Client.IClient">Client</see> object.
 /// </summary>
 /// <param name="source">The source query.</param>
 /// <param name="selector">A function to select a resource-returning method to expand.</param>
 /// <returns>An <see cref="IAsyncQueryable{T}"/> whose elements will include additional data selected by <paramref name="selector"/>.</returns>
 public static IAsyncQueryable <IApplication> Expand(this IAsyncQueryable <IApplication> source, Expression <Func <IApplicationExpandables, object> > selector)
 => ExpandCommon.CreateQuery(source, selector);