ProjectedWrapper6 Class

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

Provides a wrapper over the result elements with the ability to project a subset of the properties.

Inheritance Hierarchy

System.Object
  System.Data.Services.Internal.ProjectedWrapper
    System.Data.Services.Internal.ProjectedWrapper6

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

Syntax

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

The ProjectedWrapper6 type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ProjectedProperty0 Gets or sets the property to project.
Public property ProjectedProperty1 Gets or sets the property to project.
Public property ProjectedProperty2 Gets or sets the property to project.
Public property ProjectedProperty3 Gets or sets the property to project.
Public property ProjectedProperty4 Gets or sets the property to project.
Public property ProjectedProperty5 Gets or sets the property to project.
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

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