C# Class TechTalk.SpecFlow.Assist.ValueRetrievers.NullableDateTimeOffsetValueRetriever

Inheritance: IValueRetriever
Afficher le fichier Open project: techtalk/SpecFlow Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CanRetrieve() public méthode

public CanRetrieve ( string>.KeyValuePair keyValuePair, Type targetType, Type propertyType ) : bool
keyValuePair string>.KeyValuePair
targetType System.Type
propertyType System.Type
Résultat bool

GetValue() public méthode

public GetValue ( string value ) : DateTimeOffset?
value string
Résultat DateTimeOffset?

NullableDateTimeOffsetValueRetriever() public méthode

public NullableDateTimeOffsetValueRetriever ( DateTimeOffset>.Func dateTimeOffsetValueRetriever = null ) : System
dateTimeOffsetValueRetriever DateTimeOffset>.Func
Résultat System

Retrieve() public méthode

public Retrieve ( string>.KeyValuePair keyValuePair, Type targetType, Type propertyType ) : object
keyValuePair string>.KeyValuePair
targetType System.Type
propertyType System.Type
Résultat object