Class MapNamespace
Utility data class used to map a source namespace to a target namespace. Generally used for migration of source from one namespace to another..
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public class MapNamespace
Properties
Destination
The target namespace to be mapped to.
Declaration
public string Destination { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
The source namespace that needs to be mapped.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
string |