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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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