C# 클래스 Mix.Cms.Lib.ViewModels.MixPagePosts.ReadViewModel

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

Private Properties

프로퍼티 타입 설명
ParseModel MixPagePost

공개 메소드들

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

비공개 메소드들

메소드 설명
ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixPagePost

메소드 상세

ExpandView() 공개 메소드

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

GetPagePostNavAsync() 공개 정적인 메소드

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

ReadViewModel() 공개 메소드

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

ReadViewModel() 공개 메소드

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