Services
EnterspeedPropertyService : IEnterspeedPropertyService
This service is used for converting a Sitecore field to an IEnterspeedProperty.
Methods
IDictionary<string, IEnterspeedProperty> GetProperties (IPublishedContent content, string culture = null);
IDictionary<string, IEnterspeedProperty> ConvertProperties (IEnumerable<IPublishedProperty> properties, string culture = null;
Both methods will find the correct registered Enterspeed Property Value Converter and convert the value to an IEnterspeedProperty.