Summary
    Wildcard Alias functionality to create aliases for packages,
    namespaces or multiple similar named classes.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Interfaces
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IAlias"]
	click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IAlias"
	Type["WildcardAlias"]
class Type type-node
						
					Syntax
public class WildcardAlias : IAliasRemarks
    Wildcard Alias functionality to create aliases for packages,
    namespaces or multiple similar named classes. One single '*'
    wildcard character is supported in the names.
    
See
			See
Db4objects.Db4o.Config.IAlias
    for concrete examples.
    Constructors
| Name | Summary | 
|---|---|
| WildcardAlias | Create a WildcardAlias with two patterns, the stored pattern and the pattern that is to be used at runtime. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| ResolveRuntimeName | string | resolving is done through simple pattern matching | 
| ResolveStoredName | string | resolving is done through simple pattern matching |