CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    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..

    Inheritance
    object
    MapNamespace
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    © CodeFactory, LLC. All rights reserved.