Show / Hide Table of Contents

    Interface IParsedElement

    Interface for a parsed element.

    Namespace: Fibula.Parsing.Contracts.Abstractions
    Assembly: Fibula.Parsing.Contracts.dll
    Syntax
    public interface IParsedElement

    Properties

    | Improve this Doc View Source

    Attributes

    Gets the attributes of the element.

    Declaration
    IList<IParsedAttribute> Attributes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IParsedAttribute>
    | Improve this Doc View Source

    Id

    Gets the id of the element.

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsFlag

    Gets a value indicating whether this element is a flag.

    Declaration
    bool IsFlag { get; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.