CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class VsProjectFramework

    Data class that implements IVsProjectFramework

    Inheritance
    object
    VsModel
    VsProjectFramework
    Implements
    IVsModel
    IModel<VisualStudioModelType>
    IVsProjectFramework
    Inherited Members
    VsModel.IsLoaded
    VsModel.HasErrors
    VsModel.ModelErrors
    VsModel.ModelType
    VsModel.Name
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.VisualStudio
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public abstract class VsProjectFramework : VsModel, IVsModel, IModel<VisualStudioModelType>, IVsProjectFramework

    Constructors

    | Improve this Doc View Source

    VsProjectFramework(bool, bool, IReadOnlyList<ModelException<VisualStudioModelType>>, string, string)

    Creates a new instances of the VsProjectFramework model.

    Declaration
    protected VsProjectFramework(bool isLoaded, bool hasErrors, IReadOnlyList<ModelException<VisualStudioModelType>> modelErrors, string framework, string version)
    Parameters
    Type Name Description
    bool isLoaded

    Flag that determines if the model is loaded.

    bool hasErrors

    Flag that determines if errors occurred while loading the model.

    IReadOnlyList<ModelException<VisualStudioModelType>> modelErrors

    The list of errors that occurred if any.

    string framework

    The name of the framework being deployed to.

    string version

    The target version of the framework.

    Properties

    | Improve this Doc View Source

    Framework

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

    Version

    Declaration
    public string Version { get; }
    Property Value
    Type Description
    string

    Implements

    IVsModel
    IModel<TModelTypes>
    IVsProjectFramework
    © CodeFactory, LLC. All rights reserved.