Method AddLookupMenu
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
AddLookupMenu(Type, SelectableCommandDefinition)
protected void AddLookupMenu(Type type, SelectableCommandDefinition selectCommand)
Parameters
type
TypeselectCommand
SelectableCommandDefinition
AddLookupMenu(Type, Type, SelectableCommandDefinition)
protected void AddLookupMenu(Type type, Type parentType, SelectableCommandDefinition parentCommand)
Parameters
type
TypeparentType
TypeparentCommand
SelectableCommandDefinition
AddLookupMenu(Type, string, SelectableCommandDefinition)
protected void AddLookupMenu(Type type, string parentType, SelectableCommandDefinition parentCommand)
Parameters
type
TypeparentType
stringparentCommand
SelectableCommandDefinition