Click or drag to resize
MessageListDependsOnMessageCategoryIsDeletePossible Method

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

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

Namespace: Netadmin.Management.Messaging.Dependencies
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public 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.Messaging.Dependencies.MessageListDependsOnMessageCategory.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.Messaging.Dependencies.MessageListDependsOnMessageCategory.IsDeletePossible(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Type,System.Collections.Generic.IEnumerable{System.Int64}}})"]

Implements

IDependOnIsDeletePossible(IEnumerableKeyValuePairType, IEnumerableInt64)
See Also