ExpandedWrapper<TExpandedElement> 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>
public ref class ExpandedWrapper abstract : System::Data::Services::IExpandedResult
public abstract class ExpandedWrapper<TExpandedElement> : System.Data.Services.IExpandedResult
type ExpandedWrapper<'ExpandedElement> = class
    interface IExpandedResult
Public MustInherit Class ExpandedWrapper(Of TExpandedElement)
Implements IExpandedResult

Type Parameters

TExpandedElement

Type of the expanded element.

Inheritance
ExpandedWrapper<TExpandedElement>
Derived
Implements

Remarks

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

Constructors

ExpandedWrapper<TExpandedElement>()

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

Creates an instance of the ExpandedWrapper<TExpandedElement> 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>.

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.

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.

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.

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.

Applies to