CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetAttributeParameter

    The model information for a attribute used for a .net implementation.

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

    Properties

    | Improve this Doc View Source

    HasNamedParameter

    Flag that determines if the attribute parameter is a named value, or just part of the attributes constructor.

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

    Name

    The name of the parameter, if this is not a named parameter then it will be set to null

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

    Value

    The value that was assigned to the parameter.

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