C# Class WPFLocalizeExtension.Engine.OddsFormatManager

Represents the odds format manager.
Inheritance: System.Windows.DependencyObject
显示文件 Open project: robertbaker/SevenUpdate

Private Properties

Property Type Description
GetDesignOddsFormat OddsFormatType
OddsFormatManager System
SetDesignOddsFormat void
SetOddsFormatFromDependencyProperty void

Public Methods

Method Description
AddEventListener ( IWeakEventListener listener ) : void

Attach an WeakEventListener to the OddsFormatManager.

RemoveEventListener ( IWeakEventListener listener ) : void

Detach an WeakEventListener to the OddsFormatManager.

Private Methods

Method Description
GetDesignOddsFormat ( DependencyObject obj ) : OddsFormatType
OddsFormatManager ( ) : System

Prevents a default instance of the OddsFormatManager class from being created. Static Constructor.

SetDesignOddsFormat ( DependencyObject obj, OddsFormatType value ) : void
SetOddsFormatFromDependencyProperty ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

AddEventListener() public static method

Attach an WeakEventListener to the OddsFormatManager.
public static AddEventListener ( IWeakEventListener listener ) : void
listener IWeakEventListener The listener to attach.
return void

RemoveEventListener() public static method

Detach an WeakEventListener to the OddsFormatManager.
public static RemoveEventListener ( IWeakEventListener listener ) : void
listener IWeakEventListener The listener to detach.
return void