Table of Contents

Class Meta2ClassesTransformation.Namespace2Namespace

Namespace
NMF.Models.Meta
Assembly
NMF.Models.MetaTransformation.dll

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

IEnumerable<string>

Methods

GetName(INamespace)

Gets the name of the given namespace

protected override string GetName(INamespace input)

Parameters

input INamespace

The NMeta namespace

Returns

string

The fully qualified namespace

RegisterDependencies()

Registers the dependencies, i.e. generates child namespaces and types

public override void RegisterDependencies()