CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetNamespaceReference

    A namespace that is being referenced by dot net source code. This will determine which external library resources will be available in the source control document.

    Inherited Members
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    IParent.Parent
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetNamespaceReference : IDotNetModel, IModelStatus, IParent, ILookup

    Properties

    | Improve this Doc View Source

    Alias

    The alias assigned to the namespace being imported. This will be null if the HasAlias is false.

    Declaration
    string Alias { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    HasAlias

    Flag that determines if the namespace reference has an alias.

    Declaration
    bool HasAlias { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    ReferenceNamespace

    The target namespace that is being imported into the sources scope.

    Declaration
    string ReferenceNamespace { get; }
    Property Value
    Type Description
    string
    © CodeFactory, LLC. All rights reserved.