C# Class RightScale.netClient.ActivityLibrary.CreateAuditEntry

Custom Windows Workflow Foundation CodeActivity to create an Audit Entry within the RightScale system
Inheritance: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
ファイルを表示 Open project: rs-services/RightScaleNetAPI

Private Properties

Property Type Description
getAPIHref string

Public Methods

Method Description
CreateAuditEntry ( ) : System

Protected Methods

Method Description
GetFriendlyName ( ) : string

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

PerformRightScaleTask ( CodeActivityContext context ) : bool

Private Methods

Method Description
getAPIHref ( CodeActivityContext context ) : string

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

Method Details

CreateAuditEntry() public method

public CreateAuditEntry ( ) : System
return System

GetFriendlyName() protected method

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

PerformRightScaleTask() protected method

protected PerformRightScaleTask ( CodeActivityContext context ) : bool
context CodeActivityContext
return bool