(Beta)
| Package | com.adobe.icc.vo |
| Class | public class ModelExtension |
| Inheritance | ModelExtension Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
ModelExtension class provides extensions configurations
for a particular Domain Model type.
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| customActions : IList
The customActionList property of the underlying value object. | ModelExtension | ||
| type : String
The type property of the underlying value object. | ModelExtension | ||
Public Methods
| Method | Defined By | ||
|---|---|---|---|
Constructor. | ModelExtension | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Property Detail
customActions | property |
customActions:IList| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The customActionList property of the underlying value object. It is the collection of all the extensions configurations for a particular Domain Model type.
Implementation
public function get customActions():IList public function set customActions(value:IList):voidtype | property |
Constructor Detail
ModelExtension | () | Constructor |
public function ModelExtension()| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Wed Nov 21 2018, 06:34 AM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties