Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.solutions.rca.vo 

CustomAttributeVO  - AS3 Review, Commenting, and Approval

Paquetecom.adobe.solutions.rca.vo
Clasepublic class CustomAttributeVO
HerenciaCustomAttributeVO Inheritance BaseVO Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Review, Commenting, and Approval 10
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

Represents the custom attributes associated with a review or a review template. A custom attribute is defined as a key value pair.



Propiedades públicas
 PropiedadDefinido por
  attrKey : String
Returns the custom attribute key.
CustomAttributeVO
  attrValue : String
Gets the attribute value.
CustomAttributeVO
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 Inheritedid : String
Get the ID of the VO.
BaseVO
  reviewContext : ReviewContextVO
If the custom attribute is associated with a review instance then a reference to the review instance is returned.
CustomAttributeVO
  reviewTemplate : com.adobe.solutions.rca.vo:ReviewTemplateVO
If the custom attribute is associated with a review template then a reference of the review template is returned.
CustomAttributeVO
Métodos públicos
 MétodoDefinido por
  
The constructor for CustomAttributeVO class.
CustomAttributeVO
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Información sobre propiedades

attrKey

propiedad
attrKey:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Review, Commenting, and Approval 10
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

Returns the custom attribute key.



Implementación
    public function get attrKey():String
    public function set attrKey(value:String):void

attrValue

propiedad 
attrValue:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Review, Commenting, and Approval 10
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

Gets the attribute value.



Implementación
    public function get attrValue():String
    public function set attrValue(value:String):void

reviewContext

propiedad 
reviewContext:ReviewContextVO

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Review, Commenting, and Approval 10
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

If the custom attribute is associated with a review instance then a reference to the review instance is returned.



Implementación
    public function get reviewContext():ReviewContextVO
    public function set reviewContext(value:ReviewContextVO):void

reviewTemplate

propiedad 
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Review, Commenting, and Approval 10
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

If the custom attribute is associated with a review template then a reference of the review template is returned.



Implementación
    public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO
    public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):void
Información sobre constructores

CustomAttributeVO

()Información sobre
public function CustomAttributeVO()

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Review, Commenting, and Approval 10
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

The constructor for CustomAttributeVO class.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.