C# Class Mix.Cms.Lib.ViewModels.MixPageModules.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
ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixPageModule
ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage

Method Details

ExpandView() public méthode

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

ParseModel() public méthode

public ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixPageModule
_transaction IDbContextTransaction
Résultat MixPageModule

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