C# 클래스 Mix.Cms.Lib.ViewModels.MixAttributeSetValues.UpdateViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: codemerx/CodemerxDecompile 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ParseDefaultValue void

공개 메소드들

메소드 설명
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixAttributeSetValue
UpdateViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
UpdateViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage
Validate ( _context, IDbContextTransaction _transaction ) : void

비공개 메소드들

메소드 설명
ParseDefaultValue ( string defaultValue ) : void

메소드 상세

ExpandView() 공개 메소드

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

ParseModel() 공개 메소드

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

UpdateViewModel() 공개 메소드

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

UpdateViewModel() 공개 메소드

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

Validate() 공개 메소드

public Validate ( _context, IDbContextTransaction _transaction ) : void
_transaction IDbContextTransaction
리턴 void