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 

TeamMemberVO  - AS3 Dirección del proyecto

Paquetecom.adobe.solutions.prm.vo
Clasepublic class TeamMemberVO
HerenciaTeamMemberVO 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)

Represents a TeamMember in a team. Member identity is defined as a combination of userId and domainName. A member can also have title or organizational role, which can be any user-defined values.



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
  organizationalTitle : String
Defines the organization title.
TeamMemberVO
  principalName : String
Defines the Principal Name of a team member.
TeamMemberVO
 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 TeamMemberVO class.
TeamMemberVO
 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

organizationalTitle

propiedad
organizationalTitle: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 organization title. Please note that this value is not validated. It is a user-defined value. You can add the validation in a custom implementation.



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

principalName

propiedad 
principalName: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 Principal Name of a team member.



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

TeamMemberVO

()Información sobre
public function TeamMemberVO()

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