C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.ManagementConsole.ViewModel.ExportOption

Inheritance: ViewModelBase
Show file Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
Equals ( ExportOption p ) : bool
Equals ( object obj ) : bool
ExportOption ( string>.Dictionary value, ExportType exportType, MapType mapType ) : System
ExportOption ( ExportType exportType, MapType mapType ) : System

Method Details

Equals() public method

public Equals ( ExportOption p ) : bool
p ExportOption
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ExportOption() public method

public ExportOption ( string>.Dictionary value, ExportType exportType, MapType mapType ) : System
value string>.Dictionary
exportType ExportType
mapType MapType
return System

ExportOption() public method

public ExportOption ( ExportType exportType, MapType mapType ) : System
exportType ExportType
mapType MapType
return System