C# 클래스 Rebel.Framework.ProviderSupport.InstallStatus

Describes the install status of a provider
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
InstallStatus ( InstallStatusType statusType, Exception error = null ) : System

Initializes a new instance of the T:System.Object class.

InstallStatus ( InstallStatusType statusType, IEnumerable taskToRun, Exception error = null ) : System

Initializes a new instance of the T:System.Object class.

메소드 상세

InstallStatus() 공개 메소드

Initializes a new instance of the T:System.Object class.
public InstallStatus ( InstallStatusType statusType, Exception error = null ) : System
statusType InstallStatusType
error System.Exception
리턴 System

InstallStatus() 공개 메소드

Initializes a new instance of the T:System.Object class.
public InstallStatus ( InstallStatusType statusType, IEnumerable taskToRun, Exception error = null ) : System
statusType InstallStatusType
taskToRun IEnumerable
error System.Exception
리턴 System