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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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>>

메소드 상세

ExpandView() 공개 메소드

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

ParseModel() 공개 메소드

public ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixPortalPage
_transaction IDbContextTransaction
리턴 MixPortalPage

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

RemoveRelatedModelsAsync() 공개 메소드

public RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task>
_transaction IDbContextTransaction
리턴 Task>

UpdateInfosAsync() 공개 정적인 메소드

public static UpdateInfosAsync ( List cates ) : Task>>
cates List
리턴 Task>>