C# Class Smrf.NodeXL.ExcelTemplate.GeneralUserSettings

Inheritance: NodeXLApplicationSettingsBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AssertValid ( ) : void
Résultat void

GeneralUserSettings() public méthode

Initializes a new instance of the GeneralUserSettings class.
public GeneralUserSettings ( ) : System
Résultat System

TransferToGraphDrawer() public méthode

public TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void
graphDrawer Smrf.NodeXL.Visualization.Wpf.GraphDrawer
Résultat void

TransferToNodeXLControl() public méthode

public TransferToNodeXLControl ( NodeXLControl nodeXLControl ) : void
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
Résultat void

TransferToNodeXLWithAxesControl() public méthode

public TransferToNodeXLWithAxesControl ( NodeXLWithAxesControl nodeXLWithAxesControl ) : void
nodeXLWithAxesControl Smrf.NodeXL.Visualization.Wpf.NodeXLWithAxesControl
Résultat void