ProjectedWrapper 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 element with the ability to project a subset of properties.

Inheritance Hierarchy

System.Object
  System.Data.Services.Internal.ProjectedWrapper
    More...

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

Syntax

'Declaration
Public MustInherit Class ProjectedWrapper
'Usage
Dim instance As ProjectedWrapper
public abstract class ProjectedWrapper
public ref class ProjectedWrapper abstract
[<AbstractClassAttribute>]
type ProjectedWrapper =  class end
public abstract class ProjectedWrapper

The ProjectedWrapper type exposes the following members.

Constructors

  Name Description
Protected method ProjectedWrapper Creates a new instance of the ProjectedWrapper class.

Top

Properties

  Name Description
Public property PropertyNameList Gets a list of property names as text in a comma-separated format.
Public property ResourceTypeName Gets the full name of the ResourceType that represents the type of this result.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProjectedPropertyValue Gets the value of the named property for the result.
Public method GetType (Inherited from Object.)
Protected method InternalGetProjectedPropertyValue Gets the value for the specified property by its index.
Protected method MemberwiseClone (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

Inheritance Hierarchy

System.Object
  System.Data.Services.Internal.ProjectedWrapper
    System.Data.Services.Internal.ProjectedWrapper0
    System.Data.Services.Internal.ProjectedWrapper1
    System.Data.Services.Internal.ProjectedWrapper2
    System.Data.Services.Internal.ProjectedWrapper3
    System.Data.Services.Internal.ProjectedWrapper4
    System.Data.Services.Internal.ProjectedWrapper5
    System.Data.Services.Internal.ProjectedWrapper6
    System.Data.Services.Internal.ProjectedWrapper7
    System.Data.Services.Internal.ProjectedWrapper8
    System.Data.Services.Internal.ProjectedWrapperMany