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
Afficher le fichier Open project: rs-services/RightScaleNetAPI

Private Properties

Свойство Type Description
getAPIHref string

Méthodes publiques

Méthode Description
CreateAuditEntry ( ) : System

Méthodes protégées

Méthode Description
GetFriendlyName ( ) : string

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

PerformRightScaleTask ( CodeActivityContext context ) : bool

Private Methods

Méthode 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 méthode

public CreateAuditEntry ( ) : System
Résultat System

GetFriendlyName() protected méthode

Override to GetFriendlyName sets the name of the objet in the designer
protected GetFriendlyName ( ) : string
Résultat string

PerformRightScaleTask() protected méthode

protected PerformRightScaleTask ( CodeActivityContext context ) : bool
context CodeActivityContext
Résultat bool