Class ScalarMapper<T>
Inheritance
object
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class ScalarMapper<T> : IScalarMapper
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
View SourceMap(object)
Performs a strongly typed mapping operation for a scalar value.
Declaration
protected abstract T Map(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
Returns
| Type | Description |
|---|---|
| T |