C# Class Defaulter, NotifyPropertyWeaver

Show file Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
FromModel ( NotifyPropertyWeaverProjectInjector, projectInjector, ConfigureWindowModel, configureWindowModel ) : void
GetValueOrDefault ( string str, string defaultValue ) : string
ToModel ( ProjectReader, projectReader, ConfigureWindowModel, configureWindowModel ) : void

Method Details

FromModel() public method

public FromModel ( NotifyPropertyWeaverProjectInjector, projectInjector, ConfigureWindowModel, configureWindowModel ) : void
projectInjector NotifyPropertyWeaverProjectInjector,
configureWindowModel ConfigureWindowModel,
return void

GetValueOrDefault() public static method

public static GetValueOrDefault ( string str, string defaultValue ) : string
str string
defaultValue string
return string

ToModel() public method

public ToModel ( ProjectReader, projectReader, ConfigureWindowModel, configureWindowModel ) : void
projectReader ProjectReader,
configureWindowModel ConfigureWindowModel,
return void