C# Class NSBManager.UserInterface.ViewModelLoader

Exibir arquivo Open project: andreasohlund/NSBManager

Public Properties

Property Type Description
FactoryTypeProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetFactoryType ( DependencyObject d ) : Type
SetFactoryType ( DependencyObject d, Type value ) : void

Private Methods

Method Description
OnFactoryTypeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetFactoryType() public static method

public static GetFactoryType ( DependencyObject d ) : Type
d System.Windows.DependencyObject
return System.Type

SetFactoryType() public static method

public static SetFactoryType ( DependencyObject d, Type value ) : void
d System.Windows.DependencyObject
value System.Type
return void

Property Details

FactoryTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows FactoryTypeProperty
return System.Windows.DependencyProperty