C# Class Smrf.NodeXL.ExcelTemplate.ExportedFilesControl

Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bExportGraphML Boolean
m_bExportWorkbookAndSettings Boolean
m_bUseFixedAspectRatio Boolean

Méthodes publiques

Méthode Description
ExportedFilesControl ( ) : System

Initializes a new instance of the ExportedFilesControl class.

Validate ( ) : Boolean

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean

Private Methods

Méthode Description
AssertValid ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DoDataExchange() protected méthode

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

ExportedFilesControl() public méthode

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

Validate() public méthode

public Validate ( ) : Boolean
Résultat Boolean

Property Details

m_bExportGraphML protected_oe property

protected Boolean m_bExportGraphML
Résultat Boolean

m_bExportWorkbookAndSettings protected_oe property

protected Boolean m_bExportWorkbookAndSettings
Résultat Boolean

m_bUseFixedAspectRatio protected_oe property

protected Boolean m_bUseFixedAspectRatio
Résultat Boolean