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
Syntax
public class WildcardAlias : IAlias
Remarks
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
|