ExpandedWrapper<TExpandedElement,TProperty0,TProperty1,TProperty2,TProperty3,TProperty4,TProperty5,TProperty6,TProperty7,TProperty8> Class

Definition

This class is used internally by the system to implement support for queries with eager loading of related entities.

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

generic <typename TExpandedElement, typename TProperty0, typename TProperty1, typename TProperty2, typename TProperty3, typename TProperty4, typename TProperty5, typename TProperty6, typename TProperty7, typename TProperty8>
public ref class ExpandedWrapper sealed : System::Data::Services::Internal::ExpandedWrapper<TExpandedElement>
public sealed class ExpandedWrapper<TExpandedElement,TProperty0,TProperty1,TProperty2,TProperty3,TProperty4,TProperty5,TProperty6,TProperty7,TProperty8> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
type ExpandedWrapper<'ExpandedElement, 'TProperty0, 'TProperty1, 'TProperty2, 'TProperty3, 'TProperty4, 'TProperty5, 'TProperty6, 'TProperty7, 'TProperty8> = class
    inherit ExpandedWrapper<'ExpandedElement>
Public NotInheritable Class ExpandedWrapper(Of TExpandedElement, TProperty0, TProperty1, TProperty2, TProperty3, TProperty4, TProperty5, TProperty6, TProperty7, TProperty8)
Inherits ExpandedWrapper(Of TExpandedElement)

Type Parameters

TExpandedElement

The type of the expanded element.

TProperty0

The type of the property to expand.

TProperty1

The type of the property to expand.

TProperty2

The type of the property to expand.

TProperty3

The type of the property to expand.

TProperty4

The type of the property to expand.

TProperty5

The type of the property to expand.

TProperty6

The type of the property to expand.

TProperty7

The type of the property to expand.

TProperty8

The type of the property to expand.

Inheritance
ExpandedWrapper<TExpandedElement,TProperty0,TProperty1,TProperty2,TProperty3,TProperty4,TProperty5,TProperty6,TProperty7,TProperty8>

Remarks

The namespace includes a number of variations of the ExpandedWrapper class.

Constructors

ExpandedWrapper<TExpandedElement,TProperty0,TProperty1,TProperty2,TProperty3,TProperty4,TProperty5,TProperty6,TProperty7,TProperty8>()

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

Creates an instance of the ExpandedWrapper<TExpandedElement,TProperty0,TProperty1,TProperty2,TProperty3,TProperty4,TProperty5,TProperty6,TProperty7,TProperty8> class.

Properties

Description

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

Gets or sets the description for the ExpandedWrapper<TExpandedElement>.

(Inherited from ExpandedWrapper<TExpandedElement>)
ExpandedElement

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

Gets or sets the element with expanded properties.

(Inherited from ExpandedWrapper<TExpandedElement>)
ProjectedProperty0

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

Gets or sets the property to expand.

ProjectedProperty1

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

Gets or sets the property to expand.

ProjectedProperty2

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

Gets or sets the property to expand.

ProjectedProperty3

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

Gets or sets the property to expand.

ProjectedProperty4

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

Gets or sets the property to expand.

ProjectedProperty5

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

Gets or sets the property to expand.

ProjectedProperty6

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

Gets or sets the property to expand.

ProjectedProperty7

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

Gets or sets the property to expand.

ProjectedProperty8

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

Gets or sets the property to expand.

Methods

Equals(Object)

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

(Inherited from Object)
GetExpandedPropertyValue(String)

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

Returns the value of the expanded property.

(Inherited from ExpandedWrapper<TExpandedElement>)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InternalGetExpandedPropertyValue(Int32)

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

Returns a property object of the expanded property.

(Inherited from ExpandedWrapper<TExpandedElement>)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IExpandedResult.ExpandedElement

Gets or sets the element with expanded properties.

(Inherited from ExpandedWrapper<TExpandedElement>)

Applies to