Class Meta2ClassesTransformation.Namespace2Namespace
The transformation rule to transform namespaces to code namespaces
Inheritance
Meta2ClassesTransformation.Namespace2Namespace
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.MetaTransformation.dll
Syntax
public class Meta2ClassesTransformation.Namespace2Namespace : NamespaceGenerator<INamespace>
Properties
| Edit this page View SourceDefaultImports
Gets the default imported namespaces
Declaration
public override IEnumerable<string> DefaultImports { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Overrides
Methods
| Edit this page View SourceGetName(INamespace)
Gets the name of the given namespace
Declaration
protected override string GetName(INamespace input)
Parameters
Type | Name | Description |
---|---|---|
INamespace | input | The NMeta namespace |
Returns
Type | Description |
---|---|
string | The fully qualified namespace |
Overrides
| Edit this page View SourceRegisterDependencies()
Registers the dependencies, i.e. generates child namespaces and types
Declaration
public override void RegisterDependencies()