CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetAttribute

    Model definition for an attribute in a .net implementation.

    Inherited Members
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    IParent.Parent
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetAttribute : IDotNetModel, IModelStatus, IParent, ISourceFiles

    Properties

    | Improve this Doc View Source

    HasParameters

    Flag that determines if the attribute has parameters

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

    Parameters

    Enumeration of the parameters that are assigned to the attribute. This will be an empty list if HasParameters is false.

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

    Type

    The type information for the attribute itself.

    Declaration
    IDotNetType Type { get; }
    Property Value
    Type Description
    IDotNetType

    Extension Methods

    DotNetModelExtensions.FormatCSharpAttributeSignatureSyntax(IDotNetAttribute)
    © CodeFactory, LLC. All rights reserved.