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 

MileStoneVO  - AS3 Dirección del proyecto

Paquetecom.adobe.solutions.prm.vo
Clasepublic class MileStoneVO
HerenciaMileStoneVO Inheritance ExtendableTaggedEntityVO 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 milestone for a project. Provide support to associate mile stone with a project.



Propiedades públicas
 PropiedadDefinido por
 Inheritedattributes : Object
Defines the map of key value pair attributes.
ExtendableTaggedEntityVO
 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
  name : String
Defines the name of the milestone.
MileStoneVO
  status : String
Defines the status of the milestone.
MileStoneVO
 Inheritedtags : IList
Defines the list of tags that can be associated with an entity.
ExtendableTaggedEntityVO
Propiedades protegidas
 PropiedadDefinido por
 Inherited_attributes : Object
Map of key value pair attributes.
ExtendableTaggedEntityVO
 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
 Inherited_tags : ArrayCollection
List of tags that can be associated with an entity.
ExtendableTaggedEntityVO
Métodos públicos
 MétodoDefinido por
  
The constructor for MileStoneVO class.
MileStoneVO
 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

name

propiedad
name: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 name of the milestone.



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

status

propiedad 
status: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 status of the milestone.



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

MileStoneVO

()Información sobre
public function MileStoneVO()

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 MileStoneVO 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.