C# Class Smrf.NodeXL.Core.NodeXLBase

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

Public Properties

Property Type Description
DoubleFormat String
Int32Format String
SingleFormat String

Private Properties

Property Type Description
AssertValid void

Public Methods

Method Description
NodeXLBase ( ) : System

Initializes a new instance of the NodeXLBase class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

NodeXLBase() public method

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

Property Details

DoubleFormat public static property

String format used for most Doubles.
public static String DoubleFormat
return String

Int32Format public static property

String format used for most Int32s.
public static String Int32Format
return String

SingleFormat public static property

String format used for most Singles.
public static String SingleFormat
return String