CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetSource

    The source point in which dot net models are loaded.

    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 IDotNetSource : IDotNetModel, IModelStatus, IParent, ILookup

    Properties

    | Improve this Doc View Source

    Classes

    The classes that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetClass> Classes { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetClass>
    | Improve this Doc View Source

    Delegates

    The delegates that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetDelegate> Delegates { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetDelegate>
    | Improve this Doc View Source

    Enums

    The enumerations that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetEnum> Enums { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetEnum>
    | Improve this Doc View Source

    HostedInProject

    Flag that determines if the source code was hosted in a project.

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

    Interfaces

    The interfaces that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetInterface> Interfaces { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetInterface>
    | Improve this Doc View Source

    NamespaceReferences

    The namespaces that are used as references to access other libraries not hosted in the source document.

    Declaration
    IReadOnlyList<IDotNetNamespaceReference> NamespaceReferences { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetNamespaceReference>
    | Improve this Doc View Source

    Namespaces

    The namespaces that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetNamespace> Namespaces { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetNamespace>
    | Improve this Doc View Source

    ProjectName

    The name of the project the source is hosted in. This will be null if this source is not hosted in a project.

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

    Records

    The records that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetRecord> Records { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetRecord>
    | Improve this Doc View Source

    RecordStructures

    The record structures that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetRecordStructure> RecordStructures { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetRecordStructure>
    | Improve this Doc View Source

    Structures

    The structures that were defined in the source.

    Declaration
    IReadOnlyList<IDotNetStructure> Structures { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetStructure>
    © CodeFactory, LLC. All rights reserved.