C# Class Smrf.NodeXL.ExcelTemplate.AutoFillWorkbookResults

Stores the results of a call to .
If a caller of WorkbookAutoFiller.AutoFillWorkbook needs to know how the workbook was autofilled, it can't just look at the object it passes in. That's because one or more columns may be autofilled using the minimum or maximum column values, and the caller doesn't know those values. This class, which is returned by , provides the required information.

The object can be persisted to and from a string using and ConvertFromString.

Currently, only the results needed by and the graph axes are stored. This may be expanded in the future.

Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oEdgeAlphaResults AutoFillNumericRangeColumnResults
m_oEdgeColorResults AutoFillColorColumnResults
m_oEdgeWidthResults AutoFillNumericRangeColumnResults
m_oVertexAlphaResults AutoFillNumericRangeColumnResults
m_oVertexColorResults AutoFillColorColumnResults
m_oVertexRadiusResults AutoFillNumericRangeColumnResults
m_oVertexXResults AutoFillNumericRangeColumnResults
m_oVertexYResults AutoFillNumericRangeColumnResults

Méthodes publiques

Méthode Description
AutoFillWorkbookResults ( ) : System

Initializes a new instance of the class.

ConvertFromString ( String theString ) : void
ConvertToString ( ) : String
ConvertToSummaryString ( ) : String
FromString ( String theString ) : AutoFillWorkbookResults

Méthodes protégées

Méthode Description
AddSummarySentence ( AutoFillColumnResults oAutoFillColumnResults, String sDestinationColumnDescription, SentenceConcatenator oSentenceConcatenator ) : void

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

AddSummarySentence() protected méthode

protected AddSummarySentence ( AutoFillColumnResults oAutoFillColumnResults, String sDestinationColumnDescription, SentenceConcatenator oSentenceConcatenator ) : void
oAutoFillColumnResults AutoFillColumnResults
sDestinationColumnDescription String
oSentenceConcatenator SentenceConcatenator
Résultat void

AutoFillWorkbookResults() public méthode

Initializes a new instance of the class.
public AutoFillWorkbookResults ( ) : System
Résultat System

ConvertFromString() public méthode

public ConvertFromString ( String theString ) : void
theString String
Résultat void

ConvertToString() public méthode

public ConvertToString ( ) : String
Résultat String

ConvertToSummaryString() public méthode

public ConvertToSummaryString ( ) : String
Résultat String

FromString() public static méthode

public static FromString ( String theString ) : AutoFillWorkbookResults
theString String
Résultat AutoFillWorkbookResults

Property Details

m_oEdgeAlphaResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oEdgeAlphaResults
Résultat AutoFillNumericRangeColumnResults

m_oEdgeColorResults protected_oe property

protected AutoFillColorColumnResults m_oEdgeColorResults
Résultat AutoFillColorColumnResults

m_oEdgeWidthResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oEdgeWidthResults
Résultat AutoFillNumericRangeColumnResults

m_oVertexAlphaResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexAlphaResults
Résultat AutoFillNumericRangeColumnResults

m_oVertexColorResults protected_oe property

protected AutoFillColorColumnResults m_oVertexColorResults
Résultat AutoFillColorColumnResults

m_oVertexRadiusResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexRadiusResults
Résultat AutoFillNumericRangeColumnResults

m_oVertexXResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexXResults
Résultat AutoFillNumericRangeColumnResults

m_oVertexYResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexYResults
Résultat AutoFillNumericRangeColumnResults