ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.prm.presentation.asset 

IAssetCustomAttribute  - AS3 Project Management

Packagecom.adobe.solutions.prm.presentation.asset
Interfacepublic interface IAssetCustomAttribute

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Interface for defining a custom attribute for an asset.



Public Properties
 PropertyDefined By
  customAttributeKey : String
Custom Attribute Key
IAssetCustomAttribute
  customAttributeLabel : String
Custom Attribute Label
IAssetCustomAttribute
  customAttributeValue : String
Custom Attribute Value
IAssetCustomAttribute
Property Detail

customAttributeKey

property
customAttributeKey:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Custom Attribute Key



Implementation
    public function get customAttributeKey():String
    public function set customAttributeKey(value:String):void

customAttributeLabel

property 
customAttributeLabel:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Custom Attribute Label



Implementation
    public function get customAttributeLabel():String
    public function set customAttributeLabel(value:String):void

customAttributeValue

property 
customAttributeValue:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Custom Attribute Value



Implementation
    public function get customAttributeValue():String
    public function set customAttributeValue(value:String):void