C# Class a7DocumentDbStudio.Converters.Json.BoolToJsonSyntaxHighliting

Inheritance: IValueConverter
Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio

Méthodes publiques

Méthode Description
BoolToJsonSyntaxHighliting ( ) : System
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Method Details

BoolToJsonSyntaxHighliting() public méthode

public BoolToJsonSyntaxHighliting ( ) : System
Résultat System

Convert() public méthode

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

ConvertBack() public méthode

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