C# Class Smrf.NodeXL.ExcelTemplate.DynamicFilterParameters

Base class for storing dynamic filters parameters.
A dynamic filter is a control that can be adjusted to selectively show and hide edges and vertices in the graph in real time. There is one control for each filterable column in the workbook, and one instance of this class for each such control.

Use the DynamicFilterUtil class to get collections of filter parameters.

Inheritance: Object
Exibir arquivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_sColumnName String

Public Methods

Method Description
DynamicFilterParameters ( String columnName ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

DynamicFilterParameters() public method

Initializes a new instance of the class.
public DynamicFilterParameters ( String columnName ) : System
columnName String /// Name of the column that can be filtered on. ///
return System

Property Details

m_sColumnName protected_oe property

protected String m_sColumnName
return String