Search Results for

    Show / Hide Table of Contents

    Class MatchTypeObject

    Inheritance
    System.Object
    MatchTypeObject
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public class MatchTypeObject : IEquatable<MatchTypeObject>

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(MatchTypeObject)

    Declaration
    public bool Equals(MatchTypeObject other)
    Parameters
    Type Name Description
    MatchTypeObject other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FromCustomRange(Int32, Int32)

    Declaration
    public static MatchTypeObject FromCustomRange(int from, int to)
    Parameters
    Type Name Description
    System.Int32 from
    System.Int32 to
    Returns
    Type Description
    MatchTypeObject
    | Improve this Doc View Source

    FromStaticRange(MatchType)

    Declaration
    public static MatchTypeObject FromStaticRange(MatchType staticRange)
    Parameters
    Type Name Description
    MatchType staticRange
    Returns
    Type Description
    MatchTypeObject
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Operators

    | Improve this Doc View Source

    Implicit(MatchType to MatchTypeObject)

    Declaration
    public static implicit operator MatchTypeObject(MatchType staticValue)
    Parameters
    Type Name Description
    MatchType staticValue
    Returns
    Type Description
    MatchTypeObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX