Pakket | com.adobe.solutions.rca.vo |
Klasse | public class AuditActionVO |
Overerving | AuditActionVO BaseVO Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
actionName : String
Retrieves the name of the audit action. | AuditActionVO | ||
auditLevel : AuditLevelVO
Gets name of the audit level associated with audit action. | AuditActionVO | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
description : String
Gets description of the audit action. | AuditActionVO | ||
id : String
Get the ID of the VO. | BaseVO |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for AuditActionVO class. | AuditActionVO | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
actionName | eigenschap |
actionName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Retrieves the name of the audit action.
Implementatie
public function get actionName():String
public function set actionName(value:String):void
auditLevel | eigenschap |
auditLevel:AuditLevelVO
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets name of the audit level associated with audit action.
Implementatie
public function get auditLevel():AuditLevelVO
public function set auditLevel(value:AuditLevelVO):void
description | eigenschap |
description:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets description of the audit action.
Implementatie
public function get description():String
public function set description(value:String):void
Constructordetails
AuditActionVO | () | Constructor |
public function AuditActionVO()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditActionVO
class.
Wed Jun 13 2018, 11:42 AM Z