C# Class Felinesoft.UmbracoCodeFirst.Converters.ConverterHelper

The converter helper.
显示文件 Open project: DanMannMann/UmbracoCodeFirst Class Usage Examples

Public Methods

Method Description
GetMediaService ( ) : IMediaService

Gets the current media service.

GetUmbracoHelper ( ) : UmbracoHelper

Gets an UmbracoHelper.

Method Details

GetMediaService() public static method

Gets the current media service.
public static GetMediaService ( ) : IMediaService
return IMediaService

GetUmbracoHelper() public static method

Gets an UmbracoHelper.
public static GetUmbracoHelper ( ) : UmbracoHelper
return UmbracoHelper