C# Класс RightScale.netClient.ActivityLibrary.CreateAuditEntry

Custom Windows Workflow Foundation CodeActivity to create an Audit Entry within the RightScale system
Наследование: RightScale.netClient.ActivityLibrary.Base.RSCodeActivity
Показать файл Открыть проект

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