Search Results for

    Show / Hide Table of Contents

    Class Pages

    Represents / Simplifies pages

    Inheritance
    object
    Pages
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Microsoft
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public sealed class Pages

    Properties

    | Edit this page View Source

    PageNumbers

    Declaration
    public List<int> PageNumbers { get; set; }
    Property Value
    Type Description
    List<int>

    Methods

    | Edit this page View Source

    Add(int)

    Declaration
    public Pages Add(int pageNumber)
    Parameters
    Type Name Description
    int pageNumber
    Returns
    Type Description
    Pages
    | Edit this page View Source

    Add(int, int)

    Declaration
    public Pages Add(int startPage, int endPage)
    Parameters
    Type Name Description
    int startPage
    int endPage
    Returns
    Type Description
    Pages
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation