CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetModel

    Base implementation all dot net models must implement.

    Inherited Members
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetModel : IModelStatus

    Properties

    | Improve this Doc View Source

    Language

    The target language this model was loaded from.

    Declaration
    SourceCodeType Language { get; }
    Property Value
    Type Description
    SourceCodeType
    | Improve this Doc View Source

    LoadedFromSource

    Flag that determines if this model was loaded from source code or was loaded through reflects or symbol libraries.

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

    ModelType

    The type of dot net model that was loaded.

    Declaration
    DotNetModelType ModelType { get; }
    Property Value
    Type Description
    DotNetModelType
    | Improve this Doc View Source

    SourceDocument

    The fully qualified path to the document that was used to load the model from source. This will be populated if the model was loaded from source.

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