パッケージ | com.adobe.solutions.prm.vo |
クラス | public class ExtendableTaggedEntityVO |
継承 | ExtendableTaggedEntityVO BaseEntityVO Object |
サブクラス | MileStoneVO, ProjectVO, TeamMemberVO, WorkItemVO |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
attributes : Object
Defines the map of key value pair attributes. | ExtendableTaggedEntityVO | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | 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 | ||
tags : IList
Defines the list of tags that can be associated with an entity. | ExtendableTaggedEntityVO |
プロテクトプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
_attributes : Object
Map of key value pair attributes. | ExtendableTaggedEntityVO | ||
_createdBy : String
Principal name for a user who created an entity. | BaseEntityVO | ||
_creationDate : Date
Creation date for an entity. | BaseEntityVO | ||
_description : String
Description of an entity. | 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 | ||
_tags : ArrayCollection
List of tags that can be associated with an entity. | ExtendableTaggedEntityVO |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for ExtendableTaggedEntityVO class. | ExtendableTaggedEntityVO | ||
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 | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
Removes a listener from the EventDispatcher object. | BaseEntityVO | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseEntityVO |
プロパティの詳細
_attributes | プロパティ |
protected var _attributes:Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Map of key value pair attributes. This map can be used to store additional information.
_tags | プロパティ |
protected var _tags:ArrayCollection
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
List of tags that can be associated with an entity.
attributes | プロパティ |
tags | プロパティ |
コンストラクターの詳細
ExtendableTaggedEntityVO | () | コンストラクター |
public function ExtendableTaggedEntityVO()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for ExtendableTaggedEntityVO
class.
Tue Jun 12 2018, 10:34 AM Z