C# 클래스 Mix.Cms.Lib.ViewModels.MixModulePosts.ReadMvcViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: codemerx/CodemerxDecompile

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
GetModulePostNavAsync ( int postId, string specificulture, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse>
ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage

메소드 상세

ExpandView() 공개 메소드

public ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
_transaction IDbContextTransaction
리턴 void

GetModulePostNavAsync() 공개 정적인 메소드

public static GetModulePostNavAsync ( int postId, string specificulture, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse>
postId int
specificulture string
_transaction IDbContextTransaction
리턴 RepositoryResponse>

ReadMvcViewModel() 공개 메소드

public ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
리턴 Microsoft.EntityFrameworkCore.Storage

ReadMvcViewModel() 공개 메소드

public ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage
_transaction IDbContextTransaction
리턴 Microsoft.EntityFrameworkCore.Storage