C# Class Glass.Mapper.Sc.FakeDb.DataMappers.AbstractSitecoreFieldMapperFixture.StubMapper

Inheritance: Glass.Mapper.Sc.DataMappers.AbstractSitecoreFieldMapper
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
GetFieldValue ( string fieldValue, Configuration config, SitecoreDataMappingContext context ) : object
SetField ( Sitecore field, object value, Configuration config, SitecoreDataMappingContext context ) : void
SetFieldValue ( object value, SitecoreFieldConfiguration config, SitecoreDataMappingContext context ) : string
StubMapper ( ) : System

Method Details

GetFieldValue() public method

public GetFieldValue ( string fieldValue, Configuration config, SitecoreDataMappingContext context ) : object
fieldValue string
config Configuration
context SitecoreDataMappingContext
return object

SetField() public method

public SetField ( Sitecore field, object value, Configuration config, SitecoreDataMappingContext context ) : void
field Sitecore
value object
config Configuration
context SitecoreDataMappingContext
return void

SetFieldValue() public method

public SetFieldValue ( object value, SitecoreFieldConfiguration config, SitecoreDataMappingContext context ) : string
value object
config Glass.Mapper.Sc.Configuration.SitecoreFieldConfiguration
context SitecoreDataMappingContext
return string

StubMapper() public method

public StubMapper ( ) : System
return System