C# Class ArcGISWindowsPhoneSDK.HtmlToTextConverter

Inheritance: IValueConverter
Afficher le fichier Open project: Esri/arcgis-samples-winphone

Méthodes publiques

Свойство Type Description
HtmlToInlinesProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

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

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object

GetHtmlToInlines() public static méthode

public static GetHtmlToInlines ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string

SetHtmlToInlines() public static méthode

public static SetHtmlToInlines ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Résultat void

Property Details

HtmlToInlinesProperty public_oe static_oe property

public static DependencyProperty,System.Windows HtmlToInlinesProperty
Résultat System.Windows.DependencyProperty