Search Results for

    Show / Hide Table of Contents

    Class PathPart

    Callback query data splited to parts

    Inheritance
    System.Object
    PathPart
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: TelegramModularFramework.Services.Utils
    Assembly: TelegramModularFramework.dll
    Syntax
    public class PathPart

    Properties

    | Improve this Doc View Source

    Dynamic

    Dynamic path part has different Name and Template and can be passed to handler as parameter with same Name.

    Declaration
    public bool Dynamic { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Name of part.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Template

    Regex string to math this path part. Same as name if not Dynamic

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾