C# Class Smrf.NodeXL.ExcelTemplate.ExportedFilesControl

Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bExportGraphML Boolean
m_bExportWorkbookAndSettings Boolean
m_bUseFixedAspectRatio Boolean

Public Methods

Method Description
ExportedFilesControl ( ) : System

Initializes a new instance of the ExportedFilesControl class.

Validate ( ) : Boolean

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean

Private Methods

Method 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 method

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

DoDataExchange() protected method

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

ExportedFilesControl() public method

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

Validate() public method

public Validate ( ) : Boolean
return Boolean

Property Details

m_bExportGraphML protected_oe property

protected Boolean m_bExportGraphML
return Boolean

m_bExportWorkbookAndSettings protected_oe property

protected Boolean m_bExportWorkbookAndSettings
return Boolean

m_bUseFixedAspectRatio protected_oe property

protected Boolean m_bUseFixedAspectRatio
return Boolean