Property | Type | Description |
---|
Method | Description | |
---|---|---|
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void | ||
ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixPortalPage | ||
ReadViewModel ( ) : Microsoft.EntityFrameworkCore.Storage | ||
ReadViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage | ||
RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
UpdateInfosAsync ( List cates ) : Task |
public ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void | ||
_transaction | IDbContextTransaction | |
return | void |
public ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixPortalPage | ||
_transaction | IDbContextTransaction | |
return | MixPortalPage |
public ReadViewModel ( ) : Microsoft.EntityFrameworkCore.Storage | ||
return | Microsoft.EntityFrameworkCore.Storage |
public ReadViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage | ||
_transaction | IDbContextTransaction | |
return | Microsoft.EntityFrameworkCore.Storage |
public RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
_transaction | IDbContextTransaction | |
return | Task |
public static UpdateInfosAsync ( List cates ) : Task |
||
cates | List | |
return | Task |