C# 클래스 RightScale.netClient.ActivityLibrary.CreateAuditEntry

Custom Windows Workflow Foundation CodeActivity to create an Audit Entry within the RightScale system
상속: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
파일 보기 프로젝트 열기: rs-services/RightScaleNetAPI

Private Properties

프로퍼티 타입 설명
getAPIHref string

공개 메소드들

메소드 설명
CreateAuditEntry ( ) : System

보호된 메소드들

메소드 설명
GetFriendlyName ( ) : string

Override to GetFriendlyName sets the name of the objet in the designer

PerformRightScaleTask ( CodeActivityContext context ) : bool

비공개 메소드들

메소드 설명
getAPIHref ( CodeActivityContext context ) : string

Private method to build proper href for calling out to the RightScale API based on the AuditObjectType provided

메소드 상세

CreateAuditEntry() 공개 메소드

public CreateAuditEntry ( ) : System
리턴 System

GetFriendlyName() 보호된 메소드

Override to GetFriendlyName sets the name of the objet in the designer
protected GetFriendlyName ( ) : string
리턴 string

PerformRightScaleTask() 보호된 메소드

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