C# 클래스 Smrf.NodeXL.Visualization.Wpf.VisualizationBase

Base class for most classes in the namespace.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 프로퍼티들

프로퍼티 타입 설명
DoubleFormat String
Int32Format String
SingleFormat String

Private Properties

프로퍼티 타입 설명
AssertValid void

공개 메소드들

메소드 설명
VisualizationBase ( ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

VisualizationBase() 공개 메소드

Initializes a new instance of the class.
public VisualizationBase ( ) : System
리턴 System

프로퍼티 상세

DoubleFormat 공개적으로 정적으로 프로퍼티

String format used for most Doubles.
public static String DoubleFormat
리턴 String

Int32Format 공개적으로 정적으로 프로퍼티

String format used for most Int32s.
public static String Int32Format
리턴 String

SingleFormat 공개적으로 정적으로 프로퍼티

String format used for most Singles.
public static String SingleFormat
리턴 String