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

Generates a summary of the graph.
Call or to get a string that summarizes the graph.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
SummarizeGraph ( Microsoft workbook ) : String
TrySummarizeGraph ( GraphHistory graphHistory, AutoFillWorkbookResults autoFillWorkbookResults, OverallMetrics overallMetrics, String topNByMetrics, String twitterSearchNetworkTopItems, String &graphSummary ) : System.Boolean
TrySummarizeGraph ( Microsoft workbook, String &graphSummary ) : System.Boolean

비공개 메소드들

메소드 설명
AppendGraphHistoryValues ( GraphHistory oGraphHistory, StringBuilder oStringBuilder ) : void
ShowWarningIfNoGraphSummary ( String sGraphSummary ) : System.Boolean
SummarizeGraphInternal ( GraphHistory oGraphHistory, AutoFillWorkbookResults oAutoFillWorkbookResults, OverallMetrics oOverallMetrics, String oTopNByMetrics, String oTwitterSearchNetworkTopItems ) : String

메소드 상세

SummarizeGraph() 공개 정적인 메소드

public static SummarizeGraph ( Microsoft workbook ) : String
workbook Microsoft
리턴 String

TrySummarizeGraph() 공개 정적인 메소드

public static TrySummarizeGraph ( GraphHistory graphHistory, AutoFillWorkbookResults autoFillWorkbookResults, OverallMetrics overallMetrics, String topNByMetrics, String twitterSearchNetworkTopItems, String &graphSummary ) : System.Boolean
graphHistory GraphHistory
autoFillWorkbookResults AutoFillWorkbookResults
overallMetrics OverallMetrics
topNByMetrics String
twitterSearchNetworkTopItems String
graphSummary String
리턴 System.Boolean

TrySummarizeGraph() 공개 정적인 메소드

public static TrySummarizeGraph ( Microsoft workbook, String &graphSummary ) : System.Boolean
workbook Microsoft
graphSummary String
리턴 System.Boolean