Summary
PeriodConverter.
Implements the
AutoMapper.ITypeConverter`2
Implements the AutoMapper.ITypeConverter`2
- Assembly
- Rocket
.Surgery .Extensions .AutoMapper .dll - Namespace
- Rocket
.Surgery .Extensions .AutoMapper .Converters - Interfaces
-
- ITypeConverter
<Period, string> - ITypeConverter
<string, Period>
- ITypeConverter
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ITypeConverter<Period, string>"]
Type-.->Interface1["ITypeConverter<string, Period>"]
Type["PeriodConverter"]
class Type type-node
Syntax
public class PeriodConverter : ITypeConverter<Period, string>, ITypeConverter<string, Period>
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| PublicAPIAttribute |
Constructors
| Name | Summary |
|---|---|
| PeriodConverter |
Methods
| Name | Value | Summary |
|---|---|---|
| Convert |
string |
Performs conversion from source to destination type
|
| Convert |
Period |
Converts the specified source.
|
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
