ProjectedWrapperManyEnd Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

an instance of this class is assigned to the last Next in the list.

Inheritance Hierarchy

System.Object
  System.Data.Services.Internal.ProjectedWrapper
    System.Data.Services.Internal.ProjectedWrapperMany
      System.Data.Services.Internal.ProjectedWrapperManyEnd

Namespace:  System.Data.Services.Internal
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public NotInheritable Class ProjectedWrapperManyEnd _
    Inherits ProjectedWrapperMany
'Usage
Dim instance As ProjectedWrapperManyEnd
public sealed class ProjectedWrapperManyEnd : ProjectedWrapperMany
public ref class ProjectedWrapperManyEnd sealed : public ProjectedWrapperMany
[<SealedAttribute>]
type ProjectedWrapperManyEnd =  
    class 
        inherit ProjectedWrapperMany 
    end
public final class ProjectedWrapperManyEnd extends ProjectedWrapperMany

The ProjectedWrapperManyEnd type exposes the following members.

Constructors

  Name Description
Public method ProjectedWrapperManyEnd Creates a new instance of the ProjectedWrapperManyEnd class.

Top

Properties

  Name Description
Public property Next Gets or sets another instance of ProjectedWrapperMany which contains the set of the next eight projected properties, and possibly another link. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty0 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty1 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty2 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty3 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty4 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty5 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty6 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property ProjectedProperty7 Gets or sets the property to project. (Inherited from ProjectedWrapperMany.)
Public property PropertyNameList Gets a list of property names as text in a comma-separated format. (Inherited from ProjectedWrapper.)
Public property ResourceTypeName Gets the full name of the ResourceType that represents the type of this result. (Inherited from ProjectedWrapper.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProjectedPropertyValue Gets the value of the named property for the result. (Inherited from ProjectedWrapper.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

This class is needed to integrate correctly with the Entity Framework provider, which cannot project a nulla null reference (Nothing in Visual Basic) value into the Next property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Internal Namespace