DocumentManagerServiceExtensions.ShowExistingEntityDocument<TEntity, TPrimaryKey>(IDocumentManagerService, Object, TPrimaryKey, Object) Method
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.2.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 |
---|---|
document |
IDocument |
parent |
Object |
primary |
TPrimary |
#Optional Parameters
Name | Type | Default |
---|---|---|
parameter | Object | null |
#Type Parameters
Name |
---|
TEntity |
TPrimary |
#Returns
Type |
---|
IDocument |
See Also