Table of Contents

Method GetEditDialogKey

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

GetEditDialogKey<T>(PrimaryKeys<T>)

Gets the edit dialog key for the specified entity type.

public static string GetEditDialogKey<T>(this PrimaryKeys<T> primaryKeys) where T : class

Parameters

primaryKeys PrimaryKeys<T>

The primary keys.

Returns

string

The edit dialog key.

Type Parameters

T

The entity type.