C# Class Smrf.NodeXL.ExcelTemplate.GeneralUserSettings

Inheritance: NodeXLApplicationSettingsBase
显示文件 Open project: 2014-sed-team3/term-project Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AssertValid ( ) : void
GeneralUserSettings ( ) : System

Initializes a new instance of the GeneralUserSettings class.

TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void
TransferToNodeXLControl ( NodeXLControl nodeXLControl ) : void
TransferToNodeXLWithAxesControl ( NodeXLWithAxesControl nodeXLWithAxesControl ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GeneralUserSettings() public method

Initializes a new instance of the GeneralUserSettings class.
public GeneralUserSettings ( ) : System
return System

TransferToGraphDrawer() public method

public TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void
graphDrawer Smrf.NodeXL.Visualization.Wpf.GraphDrawer
return void

TransferToNodeXLControl() public method

public TransferToNodeXLControl ( NodeXLControl nodeXLControl ) : void
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return void

TransferToNodeXLWithAxesControl() public method

public TransferToNodeXLWithAxesControl ( NodeXLWithAxesControl nodeXLWithAxesControl ) : void
nodeXLWithAxesControl Smrf.NodeXL.Visualization.Wpf.NodeXLWithAxesControl
return void