Click or drag to resize
IDependOnIsDeletePossible Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Common.Core.IDependOn.IsDeletePossible(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Type,System.Collections.Generic.IEnumerable{System.Int64}}})"]

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<DependencyIssue> IsDeletePossible(
	IEnumerable<KeyValuePair<Type, IEnumerable<long>>> context
)

Parameters

context
Type: System.Collections.GenericIEnumerableKeyValuePairType, IEnumerableInt64

[Missing <param name="context"/> documentation for "M:Netadmin.Management.Common.Core.IDependOn.IsDeletePossible(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Type,System.Collections.Generic.IEnumerable{System.Int64}}})"]

Return Value

Type: IEnumerableDependencyIssue

[Missing <returns> documentation for "M:Netadmin.Management.Common.Core.IDependOn.IsDeletePossible(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Type,System.Collections.Generic.IEnumerable{System.Int64}}})"]

See Also