Pakket | com.adobe.solutions.prm.vo |
Klasse | public class TeamMemberVO |
Overerving | TeamMemberVO ExtendableTaggedEntityVO BaseEntityVO Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
attributes : Object
Defines the map of key value pair attributes. | ExtendableTaggedEntityVO | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Beschermde eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Removes a listener from the EventDispatcher object. | BaseEntityVO | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseEntityVO |
Eigenschapdetails
organizationalTitle | eigenschap |
organizationalTitle:String
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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.
Implementatie
public function get organizationalTitle():String
public function set organizationalTitle(value:String):void
principalName | eigenschap |
principalName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Defines the Principal Name of a team member.
Implementatie
public function get principalName():String
public function set principalName(value:String):void
Constructordetails
TeamMemberVO | () | Constructor |
public function TeamMemberVO()
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for TeamMemberVO
class.
Wed Jun 13 2018, 11:42 AM Z