Table of Contents

Method ShowListUpdateDialog

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

ShowListUpdateDialog<ParentType>(AddRelatedType<ParentType>)

Shows the list update dialog with the specified parent keys.

protected virtual void ShowListUpdateDialog<ParentType>(AddRelatedType<ParentType> arg) where ParentType : class

Parameters

arg AddRelatedType<ParentType>

The add related type.

Type Parameters

ParentType

The parent type.