View Source
  Class BigintValueTypeConverter
  
  
  
  
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class BigintValueTypeConverter : ValueTypePropertyValueConverterBase, IPropertyValueConverter, IDiscoverable
   
  Constructors
  
  
    View Source
  
  BigintValueTypeConverter(PropertyEditorCollection)
  
  
  Declaration
  
    public BigintValueTypeConverter(PropertyEditorCollection propertyEditors)
   
  Parameters
  
  Properties
  
  
    View Source
  
  SupportedValueTypes
  
  
  Declaration
  
    protected override string[] SupportedValueTypes { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  Methods
  
  
    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
  
  GetPropertyCacheLevel(IPublishedPropertyType)
  
  
  Declaration
  
    public override PropertyCacheLevel GetPropertyCacheLevel(IPublishedPropertyType propertyType)
   
  Parameters
  
  Returns
  
  
    View Source
  
  GetPropertyValueType(IPublishedPropertyType)
  
  
  Declaration
  
    public override Type GetPropertyValueType(IPublishedPropertyType propertyType)
   
  Parameters
  
  Returns