View Source
  Class NestedContentValueConverterBase
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public abstract class NestedContentValueConverterBase : PropertyValueConverterBase, IPropertyValueConverter, IDiscoverable
   
  Constructors
  
  
    View Source
  
  NestedContentValueConverterBase(IPublishedSnapshotAccessor, IPublishedModelFactory)
  
  
  Declaration
  
    protected NestedContentValueConverterBase(IPublishedSnapshotAccessor publishedSnapshotAccessor, IPublishedModelFactory publishedModelFactory)
   
  Parameters
  
  Properties
  
  
    View Source
  
  PublishedModelFactory
  
  
  Declaration
  
    protected IPublishedModelFactory PublishedModelFactory { get; }
   
  Property Value
  
  Methods
  
  
    View Source
  
  ConvertToElement(JObject, PropertyCacheLevel, Boolean)
  
  
  Declaration
  
    protected IPublishedElement ConvertToElement(JObject sourceObject, PropertyCacheLevel referenceCacheLevel, bool preview)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | JObject | sourceObject |  | 
      
        | PropertyCacheLevel | referenceCacheLevel |  | 
      
        | System.Boolean | preview |  | 
    
  
  Returns
  
  
    View Source
  
  IsNested(IPublishedPropertyType)
  
  
  Declaration
  
    public static bool IsNested(IPublishedPropertyType publishedProperty)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  IsNestedMany(IPublishedPropertyType)
  
  
  Declaration
  
    public static bool IsNestedMany(IPublishedPropertyType publishedProperty)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  IsNestedSingle(IPublishedPropertyType)
  
  
  Declaration
  
    public static bool IsNestedSingle(IPublishedPropertyType publishedProperty)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |