Summary
LocalDateConverter.
Implements the
AutoMapper.ITypeConverter`2
Implements the AutoMapper.ITypeConverter`2
- Assembly
- Rocket
.Surgery .Extensions .AutoMapper .dll - Namespace
- Rocket
.Surgery .Extensions .AutoMapper .Converters - Interfaces
-
- ITypeConverter
<LocalDate, DateTime> - ITypeConverter
<Nullable <LocalDate> , Nullable <DateTime> > - ITypeConverter
<DateTime, LocalDate> - ITypeConverter
<Nullable <DateTime> , Nullable <LocalDate> >
- ITypeConverter
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ITypeConverter<LocalDate, DateTime>"]
Type-.->Interface1["ITypeConverter<Nullable<LocalDate>, Nullable<DateTime>>"]
Type-.->Interface2["ITypeConverter<DateTime, LocalDate>"]
Type-.->Interface3["ITypeConverter<Nullable<DateTime>, Nullable<LocalDate>>"]
Type["LocalDateConverter"]
class Type type-node
Syntax
public class LocalDateConverter : ITypeConverter<LocalDate, DateTime>,
ITypeConverter<Nullable<LocalDate>, Nullable<DateTime>>, ITypeConverter<DateTime, LocalDate>,
ITypeConverter<Nullable<DateTime>, Nullable<LocalDate>>
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Constructors
Name | Summary |
---|---|
LocalDateConverter |
Methods
Name | Value | Summary |
---|---|---|
Convert |
LocalDate |
Performs conversion from source to destination type
|
Convert |
DateTime |
Performs conversion from source to destination type
|
Convert |
Nullable |
Performs conversion from source to destination type
|
Convert |
Nullable |
Performs conversion from source to destination type
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- AutoMapper.ITypeConverter`2
- AutoMapper.ITypeConverter`2