C# Class Smrf.NodeXL.Core.NodeXLBase

Base class for most classes in the Smrf.NodeXL.Core namespace.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
DoubleFormat String
Int32Format String
SingleFormat String

Private Properties

Свойство Type Description
AssertValid void

Méthodes publiques

Méthode Description
NodeXLBase ( ) : System

Initializes a new instance of the NodeXLBase class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

NodeXLBase() public méthode

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

Property Details

DoubleFormat public_oe static_oe property

String format used for most Doubles.
public static String DoubleFormat
Résultat String

Int32Format public_oe static_oe property

String format used for most Int32s.
public static String Int32Format
Résultat String

SingleFormat public_oe static_oe property

String format used for most Singles.
public static String SingleFormat
Résultat String