Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Map(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
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX