C# 클래스 Smrf.NodeXL.ExcelTemplate.RunMergeDuplicateEdgesCommandEventArgs

Provides information for a "merge duplicate edges" command that needs to be run.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.
상속: RunEditableCommandEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
AssertValid ( ) : void
RunMergeDuplicateEdgesCommandEventArgs ( System.Boolean editUserSettings ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

RunMergeDuplicateEdgesCommandEventArgs() 공개 메소드

Initializes a new instance of the class.
public RunMergeDuplicateEdgesCommandEventArgs ( System.Boolean editUserSettings ) : System
editUserSettings System.Boolean /// true to allow the user to edit the user settings for the command before /// the command is run. ///
리턴 System