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

Stores one color column of the results of a call to .
상속: AutoFillColumnResults
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bSourceColumnContainsNumbers System.Boolean
m_oCategoryNames ICollection
m_oDestinationColor1 Color
m_oDestinationColor2 Color

공개 메소드들

메소드 설명
AssertValid ( ) : void
AutoFillColorColumnResults ( ) : System

Initializes a new instance of the class with default values that indicate that the column wasn't autofilled.

AutoFillColorColumnResults ( System.Boolean sourceColumnContainsNumbers, String sourceColumnName, Double sourceCalculationNumber1, Double sourceCalculationNumber2, Int32 decimalPlaces, Color destinationColor1, Color destinationColor2, ICollection categoryNames ) : System

Initializes a new instance of the class with specified values.

ConvertFromString ( String asFields, Int32 iStartIndex ) : Int32
ConvertToString ( ) : String

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

AutoFillColorColumnResults() 공개 메소드

Initializes a new instance of the class with default values that indicate that the column wasn't autofilled.
public AutoFillColorColumnResults ( ) : System
리턴 System

AutoFillColorColumnResults() 공개 메소드

Initializes a new instance of the class with specified values.
public AutoFillColorColumnResults ( System.Boolean sourceColumnContainsNumbers, String sourceColumnName, Double sourceCalculationNumber1, Double sourceCalculationNumber2, Int32 decimalPlaces, Color destinationColor1, Color destinationColor2, ICollection categoryNames ) : System
sourceColumnContainsNumbers System.Boolean /// true if the source column contains numbers, false if it contains /// categories. ///
sourceColumnName String /// Name of the source column, or null if the column wasn't autofilled. /// Used only if is true. ///
sourceCalculationNumber1 Double /// The actual first source number used in the calculations. /// Used only if is true. ///
sourceCalculationNumber2 Double /// The actual second source number used in the calculations. /// Used only if is true. ///
decimalPlaces System.Int32 /// The number of decimal places displayed in the column. /// Used only if is true. ///
destinationColor1 Color /// The first color used in the destination column. /// Used only if is true. ///
destinationColor2 Color /// The second color used in the destination column. /// Used only if is true. ///
categoryNames ICollection /// Collection of category names from the source column. Used only if /// is false, in which case /// it can be empty but not null. ///
리턴 System

ConvertFromString() 공개 메소드

public ConvertFromString ( String asFields, Int32 iStartIndex ) : Int32
asFields String
iStartIndex System.Int32
리턴 System.Int32

ConvertToString() 공개 메소드

public ConvertToString ( ) : String
리턴 String

프로퍼티 상세

m_bSourceColumnContainsNumbers 보호되어 있는 프로퍼티

protected Boolean,System m_bSourceColumnContainsNumbers
리턴 System.Boolean

m_oCategoryNames 보호되어 있는 프로퍼티

protected ICollection m_oCategoryNames
리턴 ICollection

m_oDestinationColor1 보호되어 있는 프로퍼티

protected Color m_oDestinationColor1
리턴 Color

m_oDestinationColor2 보호되어 있는 프로퍼티

protected Color m_oDestinationColor2
리턴 Color