DialogsComponentRegistration class  
Makes dialogs component available to the system registering functionality.
- Extends
- 
			ComponentRegistration 
Constructors
| Dialogs | Creates an instance of the DialogsComponentRegistration class. | 
Inherited Properties
| components | 
Methods
| get | Gets the dialogs memory scopes. | 
| get | Gets the dialogs path resolvers. | 
Inherited Methods
| add(Component | Add a component, only one instance per type is allowed for components. | 
Constructor Details
		DialogsComponentRegistration()
	  
	Creates an instance of the DialogsComponentRegistration class.
new DialogsComponentRegistration()Inherited Property Details
components
static components: ComponentRegistration[]Property Value
ComponentRegistration[]
Inherited From ComponentRegistration.components
Method Details
		getMemoryScopes()
	  
	Gets the dialogs memory scopes.
function getMemoryScopes(): MemoryScope[]Returns
A list of MemoryScope.
		getPathResolvers()
	  
	Gets the dialogs path resolvers.
function getPathResolvers(): PathResolver[]Returns
A list of PathResolver.
Inherited Method Details
		add(ComponentRegistration)
	 
	Add a component, only one instance per type is allowed for components.
static function add(componentRegistration: ComponentRegistration)Parameters
- componentRegistration
- 
				ComponentRegistration 
The component to be registered.
Inherited From ComponentRegistration.add