Caches
TypeConverterOptions
for a given type.
- Namespace
- CsvHelper
.TypeConversion - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TypeConverterOptionsCache"]
class Type type-node
Syntax
public class TypeConverterOptionsCache
Methods
Name | Return Value | Summary |
---|---|---|
AddOptions |
void |
Adds the
TypeConverterOptions for the given Type .
|
AddOptions |
void |
Adds the given
TypeConverterOptions to all registered types.
|
AddOptions |
void |
Adds the
TypeConverterOptions for the given Type .
|
GetOptions |
TypeConverterOptions |
Get the
TypeConverterOptions for the given Type .
|
GetOptions |
TypeConverterOptions |
Get the
TypeConverterOptions for the given Type .
|
RemoveOptions |
void |
Removes the
TypeConverterOptions for the given type.
|
RemoveOptions |
void |
Removes the
TypeConverterOptions for the given type.
|