Class UmbracoDefaultMapper
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Mapping
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UmbracoDefaultMapper : DefaultMapper
Methods
View SourceGetFromDbConverter(Type, Type)
Declaration
public override Func<object, object> GetFromDbConverter(Type destType, Type sourceType)
Parameters
Type | Name | Description |
---|---|---|
Type | destType | |
Type | sourceType |
Returns
Type | Description |
---|---|
Func<System.Object, System.Object> |