C# 클래스 LayoutControls.UserSettings.GeneralUserSettings

상속: NodeXLApplicationSettingsBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AssertValid ( ) : void
GeneralUserSettings ( ) : System

Initializes a new instance of the GeneralUserSettings class.

TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void
TransferToNodeXLControl ( NodeXLControl nodeXLControl ) : void
TransferToNodeXLWithAxesControl ( NodeXLWithAxesControl nodeXLWithAxesControl ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

GeneralUserSettings() 공개 메소드

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

TransferToGraphDrawer() 공개 메소드

public TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void
graphDrawer Smrf.NodeXL.Visualization.Wpf.GraphDrawer
리턴 void

TransferToNodeXLControl() 공개 메소드

public TransferToNodeXLControl ( NodeXLControl nodeXLControl ) : void
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
리턴 void

TransferToNodeXLWithAxesControl() 공개 메소드

public TransferToNodeXLWithAxesControl ( NodeXLWithAxesControl nodeXLWithAxesControl ) : void
nodeXLWithAxesControl Smrf.NodeXL.Visualization.Wpf.NodeXLWithAxesControl
리턴 void