FormatterRepository<TRole>.Register Method |
Name | Description | |
---|---|---|
Register<T>(IFormatter<T>) |
Registers the given formatter for the type T.
| |
Register(Type, IFormatter) |
Registers the given formatter for the given targetType.
| |
Register(Type, Type) |
Registers the given formatterType for the given targetType.
|