Click or drag to resize
IDependOn Interface

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

[Missing <summary> documentation for "T:Netadmin.Management.Common.Core.IDependOn"]

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IDependOn

The IDependOn type exposes the following members.

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