RelatedEnd.ValidateEntityForAttach<TEntity> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定对象可以附加到本地集合还是引用。
protected public:
generic <typename TEntity>
void ValidateEntityForAttach(TEntity entity, int index, bool allowCollection);
protected internal void ValidateEntityForAttach<TEntity> (TEntity entity, int index, bool allowCollection);
member this.ValidateEntityForAttach : 'Entity * int * bool -> unit
Protected Friend Sub ValidateEntityForAttach(Of TEntity) (entity As TEntity, index As Integer, allowCollection As Boolean)
类型参数
- TEntity
要验证的对象的类型。
参数
- entity
- TEntity
正在验证的对象。
- index
- Int32
正在验证的对象在集合中的位置。
- allowCollection
- Boolean
指示对象是否是集合成员。
例外
注解
对象服务在进行附加操作时调用 ValidateEntityForAttach<TEntity>
方法。