ProjectedWrapper6 Class

Definition

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

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

public ref class ProjectedWrapper6 sealed : System::Data::Services::Internal::ProjectedWrapper
public sealed class ProjectedWrapper6 : System.Data.Services.Internal.ProjectedWrapper
type ProjectedWrapper6 = class
    inherit ProjectedWrapper
Public NotInheritable Class ProjectedWrapper6
Inherits ProjectedWrapper
Inheritance
ProjectedWrapper6

Constructors

ProjectedWrapper6()

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

Creates a new instance of the ProjectedWrapper6 class.

Properties

ProjectedProperty0

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

Gets or sets the property to project.

ProjectedProperty1

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

Gets or sets the property to project.

ProjectedProperty2

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

Gets or sets the property to project.

ProjectedProperty3

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

Gets or sets the property to project.

ProjectedProperty4

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

Gets or sets the property to project.

ProjectedProperty5

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

Gets or sets the property to project.

PropertyNameList

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

Gets a list of property names as text in a comma-separated format.

(Inherited from ProjectedWrapper)
ResourceTypeName

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

Gets the full name of the ResourceType that represents the type of this result.

(Inherited from ProjectedWrapper)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetProjectedPropertyValue(String)

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

Gets the value of the named property for the result.

(Inherited from ProjectedWrapper)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InternalGetProjectedPropertyValue(Int32)

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

Gets the value for the specified property by its index.

(Inherited from ProjectedWrapper)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to