C# Class ArcGISWindowsPhoneSDK.HtmlToTextConverter

Inheritance: IValueConverter
Show file Open project: Esri/arcgis-samples-winphone

Public Properties

Property Type Description
HtmlToInlinesProperty System.Windows.DependencyProperty

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
GetHtmlToInlines ( DependencyObject obj ) : string
SetHtmlToInlines ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnHtmlToInlinesPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ToStrippedHtmlText ( object input ) : string

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

GetHtmlToInlines() public static method

public static GetHtmlToInlines ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

SetHtmlToInlines() public static method

public static SetHtmlToInlines ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

Property Details

HtmlToInlinesProperty public static property

public static DependencyProperty,System.Windows HtmlToInlinesProperty
return System.Windows.DependencyProperty