Show / Hide Table of Contents

    Class LiteralEngine

    Inheritance
    Object
    LiteralEngine
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public class LiteralEngine : IReadOnlyList<IDynamicLiteral>, IReadOnlyCollection<IDynamicLiteral>, IEnumerable<IDynamicLiteral>, IEnumerable

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    Item[Int32]

    Declaration
    public IDynamicLiteral this[int index] { get; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    IDynamicLiteral

    Methods

    ExpandLiterals(String)

    Declaration
    public string ExpandLiterals(string text)
    Parameters
    Type Name Description
    String text
    Returns
    Type Description
    String

    GetEnumerator()

    Declaration
    public IEnumerator<IDynamicLiteral> GetEnumerator()
    Returns
    Type Description
    IEnumerator<IDynamicLiteral>

    Register(IDynamicLiteral)

    Declaration
    public void Register(IDynamicLiteral literal)
    Parameters
    Type Name Description
    IDynamicLiteral literal

    Extension Methods

    CollectionExtensions.IndexOf<T>(IReadOnlyList<T>, T)
    CollectionExtensions.IndexOf<T>(IReadOnlyList<T>, Func<T, Boolean>)
    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top