C# Class 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 .
Inheritance: Object
Datei anzeigen Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
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

Public Methods

Method Description
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.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

EditedVertexAttributes() public method

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

EditedVertexAttributes() public method

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. ///
return System

Property Details

m_bLocked protected_oe property

protected Nullable m_bLocked
return Nullable

m_bMarked protected_oe property

protected Nullable m_bMarked
return Nullable

m_bWorkbookMustBeReread protected_oe property

protected Boolean,System m_bWorkbookMustBeReread
return System.Boolean

m_eLabelPosition protected_oe property

protected Nullable m_eLabelPosition
return Nullable

m_eShape protected_oe property

protected Nullable m_eShape
return Nullable

m_eVisibility protected_oe property

protected Nullable m_eVisibility
return Nullable

m_fAlpha protected_oe property

protected Nullable m_fAlpha
return Nullable

m_fRadius protected_oe property

protected Nullable m_fRadius
return Nullable

m_oColor protected_oe property

protected Nullable m_oColor
return Nullable

m_oLabelFillColor protected_oe property

protected Nullable m_oLabelFillColor
return Nullable

m_sLabel protected_oe property

protected String m_sLabel
return String

m_sToolTip protected_oe property

protected String m_sToolTip
return String