Compartir a través de


IEntitySite Interface

Definition

An entity site provides data attaching point for entity data object. This is essentially useful on the server side, when child collection data comes from a different data provider, and need be hosted inside query engine managed node (to control data versions). Also, this provides a data attaching point for 3rd party extension models in the future.

public interface IEntitySite
type IEntitySite = interface
Public Interface IEntitySite

Methods

GetAttachedItemsByRelationship<TEntity>(String)

Get attached items managed by the entity site.

Applies to