Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.icc.vo 

ConditionalDataModule  - AS3 Asset Composer

Pacotecom.adobe.icc.vo
Classepublic class ConditionalDataModule
HerançaConditionalDataModule Inheritance DataModule Inheritance Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Composer Building Block 9.5
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies a value object for a condition module. Contains a list of CDMAssignment objects, where each CDMAssignment represents the target DataModule. The target DataModule is selected when the corresponding expression is evaluated. Extends the basic attributes of a DataModule.



Propriedades públicas
 PropriedadeDefinido por
 InheritedactiveEndDate : Date
DataModule
 InheritedactiveStartDate : Date
DataModule
  assignmentList : ArrayCollection
Specifies a list of condition assignments for this condition module.
ConditionalDataModule
 Inheritedcomment : String
Specifies a comment associated with the last change or update to the data module.
DataModule
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
 InheritedcrxVersion : String
Version of the data module in repository
DataModule
 InheriteddataDictionaryRef : String
Data Dictionary Reference
DataModule
 InheriteddataDictionaryRefs : ArrayCollection
DataModule
 Inheriteddesc : String
Gets the description for this data module.
DataModule
 InheriteddmType : int
[somente leitura] Fetch the type of data module 0 : Text 2 : Image 3 : Condition 4 : List
DataModule
 InheritedextendedProperties : Object
extendedProperties Map for AssetManager Backend use case
DataModule
 InheritedhasVariables : Boolean
[somente leitura] True if the module has variables in its content.
DataModule
 Inheritedid : String
Specifies the unique identifier for this data module.
DataModule
 InheritedlastChangeBy : String
Specifies the last user who completed a change.
DataModule
 InheritedlastPublishDate : Date
Specifies the last publish date of the data module
DataModule
 InheritedlastUpdateDate : Date
DataModule
 Inheritedlcat : Category
Specifies the subcategory for the data module.
DataModule
 InheritedlcatName : String
[somente leitura] Speifies the sub category associated with this data Module.
DataModule
 Inheritedname : String
Specifies the name of the data module.
DataModule
 Inheritedstate : int
Specifies the state of the data module
DataModule
 Inheriteducat : Category
Specifies the main category for the data module.
DataModule
 InheriteducatName : String
[somente leitura] Speifies the main category associated with this data Module.
DataModule
 InheritedupdatedBy : String
Specifies the constant string indicating the data module was updated by UPDATED_BY_NONE The asset has not been updated after publishing. UPDATED_BY_USER The asset has been updated by only user. UPDATED_BY_SYSTEM The asset has been updated by only system. UPDATED_BY_USER_AND_SYSTEM The asset has been updated by both user and system.
DataModule
 InheritedvariableList : ArrayCollection
List of Variable objects for each variable used by this module.
DataModule
 Inheritedversion : int
DataModule
Métodos públicos
 MétodoDefinido por
  
Constructor
ConditionalDataModule
 Inherited
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.
DataModule
 Inherited
Dispatches an event into the event flow.
DataModule
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
DataModule
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
Object
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
DataModule
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
  
[substituir] Specifies a string representation of this object.
ConditionalDataModule
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
DataModule
Detalhes da propriedade

assignmentList

propriedade
assignmentList:ArrayCollection

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Composer Building Block 9.5
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies a list of condition assignments for this condition module. This is an ArrayCollection of CDMAssignment objects.

Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .



Implementação
    public function get assignmentList():ArrayCollection
    public function set assignmentList(value:ArrayCollection):void
Detalhes do construtor

ConditionalDataModule

()Construtor
public function ConditionalDataModule()

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Composer Building Block 9.5
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor

Detalhes do método

toString

()método
override public function toString():String

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Composer Building Block 9.5
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies a string representation of this object.

Retorna
String — A string representation of this object.




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.