C# 클래스 RightScale.netClient.ActivityLibrary.Base.RSCodeActivity

Centralized base class containing common properties for authentication as well as authentnication checks and a shared logging mechanism
상속: System.Activities.CodeActivity
파일 보기 프로젝트 열기: rs-services/RightScaleNetAPI

공개 메소드들

메소드 설명
RSCodeActivity ( ) : System

보호된 메소드들

메소드 설명
Execute ( CodeActivityContext context ) : void
GetFriendlyName ( ) : string
LogError ( string message ) : void
LogInformation ( string message ) : void
LogWarning ( string message ) : void
PerformRightScaleTask ( CodeActivityContext context ) : bool
authClient ( CodeActivityContext context ) : bool

Common method for authenticating to the RightScale API

메소드 상세

Execute() 보호된 메소드

protected Execute ( CodeActivityContext context ) : void
context CodeActivityContext
리턴 void

GetFriendlyName() 보호된 추상적인 메소드

protected abstract GetFriendlyName ( ) : string
리턴 string

LogError() 보호된 메소드

protected LogError ( string message ) : void
message string
리턴 void

LogInformation() 보호된 메소드

protected LogInformation ( string message ) : void
message string
리턴 void

LogWarning() 보호된 메소드

protected LogWarning ( string message ) : void
message string
리턴 void

PerformRightScaleTask() 보호된 추상적인 메소드

protected abstract PerformRightScaleTask ( CodeActivityContext context ) : bool
context CodeActivityContext
리턴 bool

RSCodeActivity() 공개 메소드

public RSCodeActivity ( ) : System
리턴 System

authClient() 보호된 메소드

Common method for authenticating to the RightScale API
protected authClient ( CodeActivityContext context ) : bool
context CodeActivityContext CodeActivityContext of the derived class
리턴 bool