Pacote | com.adobe.solutions.rca.vo |
Classe | public class AuditActionVO |
Herança | AuditActionVO BaseVO Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
description : String
Gets description of the audit action. | AuditActionVO | ||
id : String
Get the ID of the VO. | BaseVO |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for AuditActionVO class. | AuditActionVO | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
actionName | propriedade |
actionName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves the name of the audit action.
Implementação
public function get actionName():String
public function set actionName(value:String):void
auditLevel | propriedade |
auditLevel:AuditLevelVO
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets name of the audit level associated with audit action.
Implementação
public function get auditLevel():AuditLevelVO
public function set auditLevel(value:AuditLevelVO):void
description | propriedade |
description:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets description of the audit action.
Implementação
public function get description():String
public function set description(value:String):void
Detalhes do construtor
AuditActionVO | () | Construtor |
public function AuditActionVO()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditActionVO
class.
Wed Jun 13 2018, 11:10 AM Z