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
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
AutoFillWorkbookResults ( ) : System

Initializes a new instance of the class.

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

Protected Methods

Method Description
AddSummarySentence ( AutoFillColumnResults oAutoFillColumnResults, String sDestinationColumnDescription, SentenceConcatenator oSentenceConcatenator ) : void

Private Methods

Method Description
AssertValid ( ) : void

Method Details

AddSummarySentence() protected method

protected AddSummarySentence ( AutoFillColumnResults oAutoFillColumnResults, String sDestinationColumnDescription, SentenceConcatenator oSentenceConcatenator ) : void
oAutoFillColumnResults AutoFillColumnResults
sDestinationColumnDescription String
oSentenceConcatenator SentenceConcatenator
return void

AutoFillWorkbookResults() public method

Initializes a new instance of the class.
public AutoFillWorkbookResults ( ) : System
return System

ConvertFromString() public method

public ConvertFromString ( String theString ) : void
theString String
return void

ConvertToString() public method

public ConvertToString ( ) : String
return String

ConvertToSummaryString() public method

public ConvertToSummaryString ( ) : String
return String

FromString() public static method

public static FromString ( String theString ) : AutoFillWorkbookResults
theString String
return AutoFillWorkbookResults

Property Details

m_oEdgeAlphaResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oEdgeAlphaResults
return AutoFillNumericRangeColumnResults

m_oEdgeColorResults protected_oe property

protected AutoFillColorColumnResults m_oEdgeColorResults
return AutoFillColorColumnResults

m_oEdgeWidthResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oEdgeWidthResults
return AutoFillNumericRangeColumnResults

m_oVertexAlphaResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexAlphaResults
return AutoFillNumericRangeColumnResults

m_oVertexColorResults protected_oe property

protected AutoFillColorColumnResults m_oVertexColorResults
return AutoFillColorColumnResults

m_oVertexRadiusResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexRadiusResults
return AutoFillNumericRangeColumnResults

m_oVertexXResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexXResults
return AutoFillNumericRangeColumnResults

m_oVertexYResults protected_oe property

protected AutoFillNumericRangeColumnResults m_oVertexYResults
return AutoFillNumericRangeColumnResults