Skip to main content
A newer version of this page is available. .

DocumentManagerServiceExtensions.ShowExistingEntityDocument<TEntity, TPrimaryKey>(IDocumentManagerService, Object, TPrimaryKey, Object) Method

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v20.2.ViewModel.dll

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

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