DocumentManagerServiceExtensions.ShowExistingEntityDocument<TEntity, TPrimaryKey>(IDocumentManagerService, Object, TPrimaryKey, Object) Method
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
public static IDocument ShowExistingEntityDocument<TEntity, TPrimaryKey>(
this IDocumentManagerService documentManagerService,
object parentViewModel,
TPrimaryKey primaryKey,
object parameter = null
)
Parameters
Name | Type |
---|---|
documentManagerService | IDocumentManagerService |
parentViewModel | Object |
primaryKey | TPrimaryKey |
Optional Parameters
Name | Type | Default |
---|---|---|
parameter | Object | null |
Type Parameters
Name |
---|
TEntity |
TPrimaryKey |
Returns
Type |
---|
IDocument |
See Also