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

Stores a list of vertex attributes that were edited by .
The list of vertices whose attributes were edited can be obtained from .
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bLocked Nullable
m_bMarked Nullable
m_bWorkbookMustBeReread System.Boolean
m_eLabelPosition Nullable
m_eShape Nullable
m_eVisibility Nullable
m_fAlpha Nullable
m_fRadius Nullable
m_oColor Nullable
m_oLabelFillColor Nullable
m_sLabel String
m_sToolTip String

공개 메소드들

메소드 설명
EditedVertexAttributes ( ) : System

Initializes a new instance of the class with default values.

All values are set to null.

EditedVertexAttributes ( Nullable color, Nullable shape, Nullable radius, Nullable alpha, Nullable visibility, String label, Nullable labelFillColor, Nullable labelPosition, String toolTip, Nullable locked, Nullable marked, System.Boolean workbookMustBeReread ) : System

Initializes a new instance of the class with specified values.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

EditedVertexAttributes() 공개 메소드

Initializes a new instance of the class with default values.
All values are set to null.
public EditedVertexAttributes ( ) : System
리턴 System

EditedVertexAttributes() 공개 메소드

Initializes a new instance of the class with specified values.
public EditedVertexAttributes ( Nullable color, Nullable shape, Nullable radius, Nullable alpha, Nullable visibility, String label, Nullable labelFillColor, Nullable labelPosition, String toolTip, Nullable locked, Nullable marked, System.Boolean workbookMustBeReread ) : System
color Nullable /// The color that was applied to the selected vertices, or null if a color /// wasn't applied. ///
shape Nullable /// The shape that was applied to the selected vertices, or null if a shape /// wasn't applied. ///
radius Nullable /// The radius that was applied to the selected vertices, or null if a /// radius wasn't applied. If not null, the radius must be between and . ///
alpha Nullable /// The alpha that was applied to the selected vertices, or null if an /// alpha wasn't applied. If not null, the alpha must be between and . ///
visibility Nullable /// The visibility that was applied to the selected vertices, or null if a /// visibility wasn't applied. ///
label String /// The label that was applied to the selected vertices, or null if a label /// wasn't applied. ///
labelFillColor Nullable /// The label fill color that was applied to the selected vertices, or null /// if a label fill color wasn't applied. ///
labelPosition Nullable /// The label position that was applied to the selected vertices, or null /// if a label position wasn't applied. ///
toolTip String /// The tooltip that was applied to the selected vertices, or null if a /// tooltip wasn't applied. ///
locked Nullable /// The locked flag that was applied to the selected vertices, or null if a /// locked flag wasn't applied. ///
marked Nullable /// The "marked" flag that was applied to the selected vertices, or null if /// a marked flag wasn't applied. ///
workbookMustBeReread System.Boolean /// true if the caller must read the workbook again. ///
리턴 System

프로퍼티 상세

m_bLocked 보호되어 있는 프로퍼티

protected Nullable m_bLocked
리턴 Nullable

m_bMarked 보호되어 있는 프로퍼티

protected Nullable m_bMarked
리턴 Nullable

m_bWorkbookMustBeReread 보호되어 있는 프로퍼티

protected Boolean,System m_bWorkbookMustBeReread
리턴 System.Boolean

m_eLabelPosition 보호되어 있는 프로퍼티

protected Nullable m_eLabelPosition
리턴 Nullable

m_eShape 보호되어 있는 프로퍼티

protected Nullable m_eShape
리턴 Nullable

m_eVisibility 보호되어 있는 프로퍼티

protected Nullable m_eVisibility
리턴 Nullable

m_fAlpha 보호되어 있는 프로퍼티

protected Nullable m_fAlpha
리턴 Nullable

m_fRadius 보호되어 있는 프로퍼티

protected Nullable m_fRadius
리턴 Nullable

m_oColor 보호되어 있는 프로퍼티

protected Nullable m_oColor
리턴 Nullable

m_oLabelFillColor 보호되어 있는 프로퍼티

protected Nullable m_oLabelFillColor
리턴 Nullable

m_sLabel 보호되어 있는 프로퍼티

protected String m_sLabel
리턴 String

m_sToolTip 보호되어 있는 프로퍼티

protected String m_sToolTip
리턴 String