Class BaseMultiConverter
  
  
  
  
    Inheritance
    System.Object
    System.Windows.Markup.MarkupExtension
    BaseMultiConverter
      
   
  
  Assembly: Vortex.Presentation.Wpf.dll
  Syntax
  
    public abstract class BaseMultiConverter : MarkupExtension, IMultiValueConverter
   
  Methods
  
  
  
  
  Convert(Object[], Type, Object, CultureInfo)
  
  
  Declaration
  
    public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object[] | 
        values | 
         | 
      
      
        | System.Type | 
        targetType | 
         | 
      
      
        | System.Object | 
        parameter | 
         | 
      
      
        | System.Globalization.CultureInfo | 
        culture | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  
  
  
  ConvertBack(Object, Type[], Object, CultureInfo)
  
  
  Declaration
  
    public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        value | 
         | 
      
      
        | System.Type[] | 
        targetTypes | 
         | 
      
      
        | System.Object | 
        parameter | 
         | 
      
      
        | System.Globalization.CultureInfo | 
        culture | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object[] | 
         | 
      
    
  
  
  
  
  ProvideValue(IServiceProvider)
  
  
  Declaration
  
    public override object ProvideValue(IServiceProvider serviceProvider)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IServiceProvider | 
        serviceProvider | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  Overrides
  System.Windows.Markup.MarkupExtension.ProvideValue(System.IServiceProvider)
  
  
  
  ToConvert(Object[], Type, Object, CultureInfo)
  
  
  Declaration
  
    public abstract object ToConvert(object[] values, Type targetType, object parameter, CultureInfo culture)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object[] | 
        values | 
         | 
      
      
        | System.Type | 
        targetType | 
         | 
      
      
        | System.Object | 
        parameter | 
         | 
      
      
        | System.Globalization.CultureInfo | 
        culture | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  Extension Methods