C# Class Aqueduct.SitecoreLib.DataAccess.ValueResolvers.ImageValueResolver

Inheritance: IValueResolver
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
CanResolve ( Type type ) : bool
ResolveEntityPropertyValue ( string rawValue, Type propertyType ) : object
ResolveItemFieldValue ( object rawValue ) : object

Method Details

CanResolve() public méthode

public CanResolve ( Type type ) : bool
type System.Type
Résultat bool

ResolveEntityPropertyValue() public méthode

public ResolveEntityPropertyValue ( string rawValue, Type propertyType ) : object
rawValue string
propertyType System.Type
Résultat object

ResolveItemFieldValue() public méthode

public ResolveItemFieldValue ( object rawValue ) : object
rawValue object
Résultat object