Package | com.adobe.solutions.prm.presentation.asset |
Interface | public interface IAssetCustomAttribute |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined 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
Mon Nov 28 2011, 06:48 AM -08:00