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
argAddRelatedType<ParentType>The add related type.
Type Parameters
ParentTypeThe parent type.