Class Meta2ClassesTransformation.Namespace2Namespace
The transformation rule to transform namespaces to code namespaces
public class Meta2ClassesTransformation.Namespace2Namespace : NamespaceGenerator<INamespace>
- Inheritance
-
Meta2ClassesTransformation.Namespace2Namespace
- Inherited Members
Properties
DefaultImports
Gets the default imported namespaces
public override IEnumerable<string> DefaultImports { get; }
Property Value
Methods
GetName(INamespace)
Gets the name of the given namespace
protected override string GetName(INamespace input)
Parameters
input
INamespaceThe NMeta namespace
Returns
- string
The fully qualified namespace
RegisterDependencies()
Registers the dependencies, i.e. generates child namespaces and types
public override void RegisterDependencies()