Method GetDialogKey
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
stringThe view name.
Returns
- string
The dialog key.
Type Parameters
T
The entity type.