C# 클래스 Glass.Mapper.Sc.Pipelines.Response.GetModelFromView

상속: GetModelProcessor
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
GetModelFromView ( IModelCacheManager modelCacheManager, ISitecoreContextFactory sitecoreContextFactory ) : System
Process ( GetModelArgs args ) : void

보호된 메소드들

메소드 설명
GetModel ( GetModelArgs args, string path ) : Type
GetPathFromLayout ( Database db, ID layoutId ) : string
GetViewPath ( GetModelArgs args ) : string
IsValidForProcessing ( GetModelArgs args ) : bool

비공개 메소드들

메소드 설명
GetModelFromView ( ) : System

메소드 상세

GetModel() 보호된 메소드

protected GetModel ( GetModelArgs args, string path ) : Type
args GetModelArgs
path string
리턴 System.Type

GetModelFromView() 공개 메소드

public GetModelFromView ( IModelCacheManager modelCacheManager, ISitecoreContextFactory sitecoreContextFactory ) : System
modelCacheManager IModelCacheManager
sitecoreContextFactory ISitecoreContextFactory
리턴 System

GetPathFromLayout() 보호된 메소드

protected GetPathFromLayout ( Database db, ID layoutId ) : string
db Database
layoutId ID
리턴 string

GetViewPath() 보호된 메소드

protected GetViewPath ( GetModelArgs args ) : string
args GetModelArgs
리턴 string

IsValidForProcessing() 보호된 메소드

protected IsValidForProcessing ( GetModelArgs args ) : bool
args GetModelArgs
리턴 bool

Process() 공개 메소드

public Process ( GetModelArgs args ) : void
args GetModelArgs
리턴 void