Summary
InstantConverter.
Implements the
AutoMapper.ITypeConverter`2
Implements the AutoMapper.ITypeConverter`2
Implements the AutoMapper.ITypeConverter`2
Implements the AutoMapper.ITypeConverter`2
- Assembly
- Rocket
.Surgery .Extensions .AutoMapper .dll - Namespace
- Rocket
.Surgery .Extensions .AutoMapper .Converters - Interfaces
-
- ITypeConverter
<Instant, DateTime> - ITypeConverter
<Nullable <Instant> , Nullable <DateTime> > - ITypeConverter
<Instant, DateTimeOffset> - ITypeConverter
<Nullable <Instant> , Nullable < Date Time Offset> > - ITypeConverter
<DateTime, Instant> - ITypeConverter
<Nullable <DateTime> , Nullable <Instant> > - ITypeConverter
<DateTimeOffset, Instant> - ITypeConverter
<Nullable < Date Time Offset> , Nullable <Instant> >
- ITypeConverter
- Base Types
-
- Object
Syntax
public class InstantConverter : ITypeConverter<Instant, DateTime>,
ITypeConverter<Nullable<Instant>, Nullable<DateTime>>, ITypeConverter<Instant, DateTimeOffset>,
ITypeConverter<Nullable<Instant>, Nullable<DateTimeOffset>>, ITypeConverter<DateTime, Instant>,
ITypeConverter<Nullable<DateTime>, Nullable<Instant>>, ITypeConverter<DateTimeOffset, Instant>,
ITypeConverter<Nullable<DateTimeOffset>, Nullable<Instant>>
Attributes
| Type | Description |
|---|---|
| PublicAPIAttribute |
Constructors
| Name | Summary |
|---|---|
| InstantConverter |
Methods
| Name | Value | Summary |
|---|---|---|
| Convert |
Instant |
Performs conversion from source to destination type
|
| Convert |
Instant |
Performs conversion from source to destination type
|
| Convert |
DateTime |
Performs conversion from source to destination type
|
| Convert |
DateTimeOffset |
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
|
| 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
- AutoMapper.ITypeConverter`2
- AutoMapper.ITypeConverter`2
