C# 클래스 Glass.Mapper.Sc.DataMappers.SitecoreFieldDateTimeMapper

Class SitecoreFieldDateTimeMapper
상속: AbstractSitecoreFieldMapper
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper 1 사용 예제들

공개 메소드들

메소드 설명
GetFieldValue ( string fieldValue, Configuration config, SitecoreDataMappingContext context ) : object

Gets the field value.

SetFieldValue ( object value, Configuration config, SitecoreDataMappingContext context ) : string

Sets the field value.

SitecoreFieldDateTimeMapper ( ) : System

Initializes a new instance of the SitecoreFieldDateTimeMapper class.

메소드 상세

GetFieldValue() 공개 메소드

Gets the field value.
public GetFieldValue ( string fieldValue, Configuration config, SitecoreDataMappingContext context ) : object
fieldValue string The field value.
config Configuration The config.
context SitecoreDataMappingContext The context.
리턴 object

SetFieldValue() 공개 메소드

Sets the field value.
The value is not of type System.DateTime
public SetFieldValue ( object value, Configuration config, SitecoreDataMappingContext context ) : string
value object The value.
config Configuration The config.
context SitecoreDataMappingContext The context.
리턴 string

SitecoreFieldDateTimeMapper() 공개 메소드

Initializes a new instance of the SitecoreFieldDateTimeMapper class.
public SitecoreFieldDateTimeMapper ( ) : System
리턴 System