C# 클래스 TechTalk.SpecFlow.Assist.ValueRetrievers.NullableDateTimeOffsetValueRetriever

상속: IValueRetriever
파일 보기 프로젝트 열기: techtalk/SpecFlow 1 사용 예제들

공개 메소드들

메소드 설명
CanRetrieve ( string>.KeyValuePair keyValuePair, Type targetType, Type propertyType ) : bool
GetValue ( string value ) : DateTimeOffset?
NullableDateTimeOffsetValueRetriever ( DateTimeOffset>.Func dateTimeOffsetValueRetriever = null ) : System
Retrieve ( string>.KeyValuePair keyValuePair, Type targetType, Type propertyType ) : object

메소드 상세

CanRetrieve() 공개 메소드

public CanRetrieve ( string>.KeyValuePair keyValuePair, Type targetType, Type propertyType ) : bool
keyValuePair string>.KeyValuePair
targetType System.Type
propertyType System.Type
리턴 bool

GetValue() 공개 메소드

public GetValue ( string value ) : DateTimeOffset?
value string
리턴 DateTimeOffset?

NullableDateTimeOffsetValueRetriever() 공개 메소드

public NullableDateTimeOffsetValueRetriever ( DateTimeOffset>.Func dateTimeOffsetValueRetriever = null ) : System
dateTimeOffsetValueRetriever DateTimeOffset>.Func
리턴 System

Retrieve() 공개 메소드

public Retrieve ( string>.KeyValuePair keyValuePair, Type targetType, Type propertyType ) : object
keyValuePair string>.KeyValuePair
targetType System.Type
propertyType System.Type
리턴 object