C# Class NaturalGroundingPlayer.RatingViewerControl

Interaction logic for RatingViewerControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Méthodes publiques

Méthode Description
DisplayValue ( System.Windows.Controls.TextBlock obj, MediaRating rating, double ratio ) : void
RatingViewerControl ( ) : System
UpdatePreference ( ) : bool

Updates the Preference field if edited.

Private Methods

Méthode Description
CreateToolTip ( System.Windows.Controls.TextBlock ctrl, MediaRating rating ) : void
DisplayData ( ) : void
DisplayToolTips ( ) : void

Method Details

DisplayValue() public static méthode

public static DisplayValue ( System.Windows.Controls.TextBlock obj, MediaRating rating, double ratio ) : void
obj System.Windows.Controls.TextBlock
rating DataAccess.MediaRating
ratio double
Résultat void

RatingViewerControl() public méthode

public RatingViewerControl ( ) : System
Résultat System

UpdatePreference() public méthode

Updates the Preference field if edited.
public UpdatePreference ( ) : bool
Résultat bool