C# Класс 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.

Наследование: Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_sColumnName String

Открытые методы

Метод Описание
DynamicFilterParameters ( String columnName ) : System

Initializes a new instance of the class.

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

DynamicFilterParameters() публичный Метод

Initializes a new instance of the class.
public DynamicFilterParameters ( String columnName ) : System
columnName String /// Name of the column that can be filtered on. ///
Результат System

Описание свойств

m_sColumnName защищенное свойство

protected String m_sColumnName
Результат String