C# 클래스 Smrf.NodeXL.ExcelTemplate.TopNByMetricUserSettings

Stores the user settings for calculating one set of top-N-by metrics.
Sample user settings stored in one instance of this class, in English: "Get the top 10 vertex names on the vertex worksheet, ranked by closeness centrality, along with the corresponding closeness centralities."
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_iN System.Int32
m_sItemNameColumnName String
m_sRankedColumnName String
m_sTableName String
m_sWorksheetName String

공개 메소드들

메소드 설명
Clone ( ) : TopNByMetricUserSettings
ToString ( ) : String
TopNByMetricUserSettings ( ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : TopNByMetricUserSettings
리턴 TopNByMetricUserSettings

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

TopNByMetricUserSettings() 공개 메소드

Initializes a new instance of the class.
public TopNByMetricUserSettings ( ) : System
리턴 System

프로퍼티 상세

m_iN 보호되어 있는 프로퍼티

protected Int32,System m_iN
리턴 System.Int32

m_sItemNameColumnName 보호되어 있는 프로퍼티

protected String m_sItemNameColumnName
리턴 String

m_sRankedColumnName 보호되어 있는 프로퍼티

protected String m_sRankedColumnName
리턴 String

m_sTableName 보호되어 있는 프로퍼티

protected String m_sTableName
리턴 String

m_sWorksheetName 보호되어 있는 프로퍼티

protected String m_sWorksheetName
리턴 String