Table of Contents

Method GetDialogKey

Namespace
Innova.Prism.Library
Assembly
Innova.Prism.Library.dll

GetDialogKey<T>(PrimaryKeys<T>, string)

Gets the dialog key for the specified entity type and view name.

public static string GetDialogKey<T>(this PrimaryKeys<T> primaryKeys, string viewName) where T : class

Parameters

primaryKeys PrimaryKeys<T>

The primary keys.

viewName string

The view name.

Returns

string

The dialog key.

Type Parameters

T

The entity type.