View Source
Class ScalarMapper<T>
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class ScalarMapper<T> : IScalarMapper
Type Parameters
Methods
View Source
Map(Object)
Performs a strongly typed mapping operation for a scalar value.
Declaration
protected abstract T Map(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Explicit Interface Implementations
View Source
IScalarMapper.Map(Object)
Performs a mapping operation for a scalar value.
Declaration
object IScalarMapper.Map(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Object |
|