C# 클래스 Glass.Mapper.Sc.FakeDb.DataMappers.AbstractSitecoreFieldMapperFixture.StubMapper

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

공개 메소드들

메소드 설명
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

메소드 상세

GetFieldValue() 공개 메소드

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

SetField() 공개 메소드

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

SetFieldValue() 공개 메소드

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

StubMapper() 공개 메소드

public StubMapper ( ) : System
리턴 System