C# 클래스 NuGetGallery.Operations.TriggerDetails

Defines additional details for a trigger.
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Dashboard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorMessage string
component string

공개 메소드들

메소드 설명
TriggerDetails ( ) : System.Collections.Generic
TriggerDetails ( string componentName, string errorMessage ) : System.Collections.Generic

메소드 상세

TriggerDetails() 공개 메소드

public TriggerDetails ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TriggerDetails() 공개 메소드

public TriggerDetails ( string componentName, string errorMessage ) : System.Collections.Generic
componentName string
errorMessage string
리턴 System.Collections.Generic

프로퍼티 상세

ErrorMessage 공개적으로 프로퍼티

public string ErrorMessage
리턴 string

component 공개적으로 프로퍼티

public string component
리턴 string