C# Class MonoMobile.Views.ValueConverterAttribute

Inheritance: System.Attribute, IValueConvertible
Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Méthodes publiques

Méthode Description
ValueConverterAttribute ( ) : System
ValueConverterAttribute ( Type valueConverterType ) : System
ValueConverterAttribute ( Type valueConverterType, object converterParameter ) : System
ValueConverterAttribute ( Type valueConverterType, string converterParameterPropertyName ) : System

Method Details

ValueConverterAttribute() public méthode

public ValueConverterAttribute ( ) : System
Résultat System

ValueConverterAttribute() public méthode

public ValueConverterAttribute ( Type valueConverterType ) : System
valueConverterType System.Type
Résultat System

ValueConverterAttribute() public méthode

public ValueConverterAttribute ( Type valueConverterType, object converterParameter ) : System
valueConverterType System.Type
converterParameter object
Résultat System

ValueConverterAttribute() public méthode

public ValueConverterAttribute ( Type valueConverterType, string converterParameterPropertyName ) : System
valueConverterType System.Type
converterParameterPropertyName string
Résultat System