C# Class Glass.Mapper.Sc.Pipelines.Response.GetModelFromView

Inheritance: GetModelProcessor
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
GetModelFromView ( IModelCacheManager modelCacheManager, ISitecoreContextFactory sitecoreContextFactory ) : System
Process ( GetModelArgs args ) : void

Méthodes protégées

Méthode Description
GetModel ( GetModelArgs args, string path ) : Type
GetPathFromLayout ( Database db, ID layoutId ) : string
GetViewPath ( GetModelArgs args ) : string
IsValidForProcessing ( GetModelArgs args ) : bool

Private Methods

Méthode Description
GetModelFromView ( ) : System

Method Details

GetModel() protected méthode

protected GetModel ( GetModelArgs args, string path ) : Type
args GetModelArgs
path string
Résultat System.Type

GetModelFromView() public méthode

public GetModelFromView ( IModelCacheManager modelCacheManager, ISitecoreContextFactory sitecoreContextFactory ) : System
modelCacheManager IModelCacheManager
sitecoreContextFactory ISitecoreContextFactory
Résultat System

GetPathFromLayout() protected méthode

protected GetPathFromLayout ( Database db, ID layoutId ) : string
db Database
layoutId ID
Résultat string

GetViewPath() protected méthode

protected GetViewPath ( GetModelArgs args ) : string
args GetModelArgs
Résultat string

IsValidForProcessing() protected méthode

protected IsValidForProcessing ( GetModelArgs args ) : bool
args GetModelArgs
Résultat bool

Process() public méthode

public Process ( GetModelArgs args ) : void
args GetModelArgs
Résultat void