Click or drag to resize
IDependOnTDependee Methods

[This is preliminary documentation and is subject to change.]

The IDependOnTDependee generic type exposes the following members.

Methods
  NameDescription
Public method void Created(IEnumerableTDependee)
Public method void Deleted(IEnumerableInt64) (Inherited from IDependOn.)
Public methodIEnumerableT, T: KeyValuePairTKey, TValueGetAffectedEntities(IEnumerableInt64)
Returns the ids and object types of objects that should be cascade deleted
(Inherited from IDependOn.)
Public methodIEnumerableT, T: KeyValuePairTKey, TValueGetSubDependencies
Returns the sub-dependencies that would have to be validated when additional objects should be deleted
(Inherited from IDependOn.)
Public methodIEnumerableT, T: DependencyIssueIsDeletePossible(IEnumerableKeyValuePairType, IEnumerableInt64) (Inherited from IDependOn.)
Public method void Updated(TDependee)
Top
See Also