View Source
  Class MemberPickerValueConverter
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MemberPickerValueConverter : PropertyValueConverterBase, IDeliveryApiPropertyValueConverter, IPropertyValueConverter, IDiscoverable
   
  Constructors
  
  
    View Source
  
  MemberPickerValueConverter(IMemberService, IPublishedSnapshotAccessor, IUmbracoContextAccessor)
  
  
  Declaration
  
    public MemberPickerValueConverter(IMemberService memberService, IPublishedSnapshotAccessor publishedSnapshotAccessor, IUmbracoContextAccessor umbracoContextAccessor)
   
  Parameters
  
  Methods
  
  
    View Source
  
  ConvertIntermediateToDeliveryApiObject(IPublishedElement, IPublishedPropertyType, PropertyCacheLevel, Object, Boolean, Boolean)
  
  
  Declaration
  
    public object ConvertIntermediateToDeliveryApiObject(IPublishedElement owner, IPublishedPropertyType propertyType, PropertyCacheLevel referenceCacheLevel, object inter, bool preview, bool expanding)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    View Source
  
  ConvertIntermediateToObject(IPublishedElement, IPublishedPropertyType, PropertyCacheLevel, Object, Boolean)
  
  
  Declaration
  
    public override object ConvertIntermediateToObject(IPublishedElement owner, IPublishedPropertyType propertyType, PropertyCacheLevel cacheLevel, object source, bool preview)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    View Source
  
  ConvertSourceToIntermediate(IPublishedElement, IPublishedPropertyType, Object, Boolean)
  
  
  Declaration
  
    public override object ConvertSourceToIntermediate(IPublishedElement owner, IPublishedPropertyType propertyType, object source, bool preview)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    View Source
  
  GetDeliveryApiPropertyCacheLevel(IPublishedPropertyType)
  
  
  Declaration
  
    public PropertyCacheLevel GetDeliveryApiPropertyCacheLevel(IPublishedPropertyType propertyType)
   
  Parameters
  
  Returns
  
  
    View Source
  
  GetDeliveryApiPropertyValueType(IPublishedPropertyType)
  
  
  Declaration
  
    public Type GetDeliveryApiPropertyValueType(IPublishedPropertyType propertyType)
   
  Parameters
  
  Returns
  
  
    View Source
  
  GetPropertyCacheLevel(IPublishedPropertyType)
  
  
  Declaration
  
    public override PropertyCacheLevel GetPropertyCacheLevel(IPublishedPropertyType propertyType)
   
  Parameters
  
  Returns
  
  
    View Source
  
  GetPropertyValueType(IPublishedPropertyType)
  
  
  Declaration
  
    public override Type GetPropertyValueType(IPublishedPropertyType propertyType)
   
  Parameters
  
  Returns
  
  
    View Source
  
  IsConverter(IPublishedPropertyType)
  
  
  Declaration
  
    public override bool IsConverter(IPublishedPropertyType propertyType)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |