ExpandedWrapper<TExpandedElement,TProperty0> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
public ref class ExpandedWrapper sealed : System::Data::Services::Internal::ExpandedWrapper<TExpandedElement>
public sealed class ExpandedWrapper<TExpandedElement,TProperty0> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
type ExpandedWrapper<'ExpandedElement, 'TProperty0> = class
inherit ExpandedWrapper<'ExpandedElement>
Public NotInheritable Class ExpandedWrapper(Of TExpandedElement, TProperty0)
Inherits ExpandedWrapper(Of TExpandedElement)
Type Parameters
- TExpandedElement
The type of the expanded element.
- TProperty0
The type of the property to expand.
- Inheritance
Remarks
The namespace includes a number of variations of the ExpandedWrapper
class.
Constructors
ExpandedWrapper<TExpandedElement,TProperty0>() |
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> 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. |
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>) |