IExtendedEntity is used to expose properties needed by commonly used RIA Services libraries.

Remarks

IExtendedEntity should be implemented explicitly.

Namespace: RiaServicesContrib
Assembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IExtendedEntity<T>
where T : new(), Entity
Visual Basic
Public Interface IExtendedEntity(Of T As {New, Entity})
Visual C++
generic<typename T>
where T : gcnew(), Entity
public interface class IExtendedEntity

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:RiaServicesContrib.IExtendedEntity`1"]

See Also