MetaAccessor<TEntity,TMember> Class

Definition

A strongly typed version of the MetaAccessor class.

generic <typename TEntity, typename TMember>
public ref class MetaAccessor abstract : System::Data::Linq::Mapping::MetaAccessor
public abstract class MetaAccessor<TEntity,TMember> : System.Data.Linq.Mapping.MetaAccessor
type MetaAccessor<'Entity, 'Member> = class
    inherit MetaAccessor
Public MustInherit Class MetaAccessor(Of TEntity, TMember)
Inherits MetaAccessor

Type Parameters

TEntity

The type of the source.

TMember

The type of the member of that source.

Inheritance
MetaAccessor<TEntity,TMember>

Constructors

MetaAccessor<TEntity,TMember>()

Initializes a new instance of the MetaAccessor<TEntity,TMember> class.

Properties

Type

Gets the type of the member accessed by this accessor.

Methods

Equals(Object)

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

(Inherited from Object)
GetBoxedValue(Object)

Specifies an object on which to set a value or from which to get a value.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValue(TEntity)

Specifies the strongly typed value.

HasAssignedValue(Object)

Specifies whether the instance has an assigned value.

(Inherited from MetaAccessor)
HasLoadedValue(Object)

Specifies whether the instance has a value loaded from a deferred source.

(Inherited from MetaAccessor)
HasValue(Object)

Specifies whether the instance has a loaded or assigned value.

(Inherited from MetaAccessor)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetBoxedValue(Object, Object)

Specifies an instance on which to set the boxed value.

SetValue(TEntity, TMember)

Specifies an instance on which to set the strongly typed value.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also