Pakiet | com.adobe.solutions.prm.vo |
Klasa | public class TeamMemberVO |
Dziedziczenie | TeamMemberVO ExtendableTaggedEntityVO BaseEntityVO Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
attributes : Object
Defines the map of key value pair attributes. | ExtendableTaggedEntityVO | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
createdBy : String
Principal name for a user who created an entity. | BaseEntityVO | ||
creationDate : Date
Date of creation of an entity. | BaseEntityVO | ||
description : String
Description. | BaseEntityVO | ||
id : String
Unique identifier. | BaseEntityVO | ||
lastUpdatedBy : String
Principal name for a user who last updated an entity. | BaseEntityVO | ||
lastUpdatedDate : 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 | ||
tags : IList
Defines the list of tags that can be associated with an entity. | ExtendableTaggedEntityVO |
Właściwości chronione
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for TeamMemberVO class. | TeamMemberVO | ||
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 | ||
Dispatches an event into the event flow. | BaseEntityVO | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | BaseEntityVO | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Removes a listener from the EventDispatcher object. | BaseEntityVO | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseEntityVO |
Szczegół właściwości
organizationalTitle | właściwość |
organizationalTitle:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get organizationalTitle():String
public function set organizationalTitle(value:String):void
principalName | właściwość |
principalName:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Defines the Principal Name of a team member.
Implementacja
public function get principalName():String
public function set principalName(value:String):void
Konstruktor Szczegół
TeamMemberVO | () | Konstruktor |
public function TeamMemberVO()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for TeamMemberVO
class.
Tue Jun 12 2018, 12:06 PM Z