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.prm.vo 

MessageVO  - AS3 Dirección del proyecto

Paquetecom.adobe.solutions.prm.vo
Clasepublic class MessageVO
HerenciaMessageVO Inheritance BaseEntityVO Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Project Management 10.0
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

Defines a project message. Messages are not used in the current implementation, but a message can be associated with a project. API support is available to add a message to a project. Messages can be useful for intra-project communication.



Propiedades públicas
 PropiedadDefinido por
  addressedTo : String
Defines the addressed-to field for a message.
MessageVO
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 InheritedcreatedBy : String
Principal name for a user who created an entity.
BaseEntityVO
 InheritedcreationDate : Date
Date of creation of an entity.
BaseEntityVO
 Inheriteddescription : String
Description.
BaseEntityVO
 Inheritedid : String
Unique identifier.
BaseEntityVO
 InheritedlastUpdatedBy : String
Principal name for a user who last updated an entity.
BaseEntityVO
 InheritedlastUpdatedDate : Date
Date when an entity was last updated.
BaseEntityVO
  subject : String
Defines the subject of the message.
MessageVO
Propiedades protegidas
 PropiedadDefinido por
 Inherited_createdBy : String
Principal name for a user who created an entity.
BaseEntityVO
 Inherited_creationDate : Date
Creation date for an entity.
BaseEntityVO
 Inherited_description : String
Description of an entity.
BaseEntityVO
 Inherited_id : String
Unique identifier.
BaseEntityVO
 Inherited_lastUpdatedBy : String
Principal name for a user who last updated an entity.
BaseEntityVO
 Inherited_lastUpdatedDate : Date
Date when an entity was last updated.
BaseEntityVO
Métodos públicos
 MétodoDefinido por
  
The constructor for MessageVO class.
MessageVO
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
BaseEntityVO
 Inherited
Dispatches an event into the event flow.
BaseEntityVO
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
BaseEntityVO
 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
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
BaseEntityVO
 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
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
BaseEntityVO
Información sobre propiedades

addressedTo

propiedad
addressedTo:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Project Management 10.0
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

Defines the addressed-to field for a message. This field can be interpreted as desired by the user. API supports storage and retrieval of associated values.



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

subject

propiedad 
subject:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Project Management 10.0
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

Defines the subject of the message.



Implementación
    public function get subject():String
    public function set subject(value:String):void
Información sobre constructores

MessageVO

()Información sobre
public function MessageVO()

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Project Management 10.0
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

The constructor for MessageVO 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.