CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetAttributes

    Interface that determines if a .net model has attributes assigned.

    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetAttributes

    Properties

    | Improve this Doc View Source

    Attributes

    The attributes assigned to this item. If the HasAttributes is false this will be an empty list.

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

    HasAttributes

    Flag that determines if attributes are assigned.

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