1 type derived from ProjectedWrapperMany
System.Data.Services (1)
System\Data\Services\Internal\ProjectedWrapper.cs (1)
867public sealed class ProjectedWrapperManyEnd : ProjectedWrapperMany
13 references to ProjectedWrapperMany
System.Data.Services (13)
System\Data\Services\Internal\ProjectedWrapper.cs (13)
28/// more properties than these allow we will use the <see cref="ProjectedWrapperMany"/>.</summary> 142return typeof(ProjectedWrapperMany); 303/// <summary>Binds projected epxressions to the <see cref="ProjectedWrapperMany"/> object.</summary> 323typeof(ProjectedWrapperMany), 340typeof(ProjectedWrapperMany).GetProperty("ResourceTypeName"), 343typeof(ProjectedWrapperMany).GetProperty("PropertyNameList"), 351Expression.New(typeof(ProjectedWrapperMany)), 354typeof(ProjectedWrapperMany).GetProperty("Next"), 367typeof(ProjectedWrapperMany), 379typeof(ProjectedWrapperMany).GetProperty("Next"), 831/// <summary>Gets or sets another instance of <see cref="ProjectedWrapperMany"/> which contains the set 833public ProjectedWrapperMany Next { get; set; } 863/// <summary>Instance of this class is assigned to the last <see cref="ProjectedWrapperMany.Next"/> in the list.</summary>