C# Class Mix.Cms.Lib.ViewModels.MixLanguages.ReadMvcViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: codemerx/CodemerxDecompile

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage
RemoveRelatedModels ( view, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse
RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task>

Method Details

ExpandView() public méthode

public ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
_transaction IDbContextTransaction
Résultat void

ReadMvcViewModel() public méthode

public ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
Résultat Microsoft.EntityFrameworkCore.Storage

ReadMvcViewModel() public méthode

public ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage
_transaction IDbContextTransaction
Résultat Microsoft.EntityFrameworkCore.Storage

RemoveRelatedModels() public méthode

public RemoveRelatedModels ( view, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse
_transaction IDbContextTransaction
Résultat RepositoryResponse

RemoveRelatedModelsAsync() public méthode

public RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task>
_transaction IDbContextTransaction
Résultat Task>