C# 클래스 FX.SalesLogix.Modules.GitExtensions.Installer.ActionEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: CustomerFX/SalesLogixGitExtensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActionDescription string
ActionStep int

공개 메소드들

메소드 설명
ActionEventArgs ( ) : System
ActionEventArgs ( string Description, int Step ) : System

메소드 상세

ActionEventArgs() 공개 메소드

public ActionEventArgs ( ) : System
리턴 System

ActionEventArgs() 공개 메소드

public ActionEventArgs ( string Description, int Step ) : System
Description string
Step int
리턴 System

프로퍼티 상세

ActionDescription 공개적으로 프로퍼티

public string ActionDescription
리턴 string

ActionStep 공개적으로 프로퍼티

public int ActionStep
리턴 int