| Package | com.adobe.dct.service.provider | 
| Class | public class DCTServiceProvider | 
| Inheritance | DCTServiceProvider    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Data Dictionary Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| impl : com.adobe.dct.service.provider:IDCTServiceProvider [static] 
		 Storage for the implementation Class of IDCTServiceProvider.  | DCTServiceProvider | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
[static] 
		 Returns the data dictionary registry Service instance.  | DCTServiceProvider | ||
[static] 
		 Returns the data dictionary utility Service instance.  | DCTServiceProvider | ||
![]()  | 
	 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
impl | property | 
public static var impl:com.adobe.dct.service.provider:IDCTServiceProvider| Language Version: | ActionScript 3.0 | 
| Product Version: | Data Dictionary Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Storage for the implementation Class of IDCTServiceProvider.
Method Detail
getRegistryService | () | method | 
 public static function getRegistryService():DataDictionaryRegistryService| Language Version: | ActionScript 3.0 | 
| Product Version: | Data Dictionary Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns the data dictionary registry Service instance.
ReturnsDataDictionaryRegistryService — data dictionary registry Service instance.
		 
		  | 
getUtilService | () | method | 
 public static function getUtilService():DataDictionaryUtilService| Language Version: | ActionScript 3.0 | 
| Product Version: | Data Dictionary Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns the data dictionary utility Service instance.
ReturnsDataDictionaryUtilService — data dictionary utility Service instance.
		  | 
Thu Dec 4 2014, 05:50 PM -08:00
 