Search Results for

    Show / Hide Table of Contents

    Class MatchTypeObject

    Inheritance
    object
    MatchTypeObject
    Implements
    IEquatable<MatchTypeObject>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class MatchTypeObject : IEquatable<MatchTypeObject>

    Properties

    | Edit this page View Source

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Equals(MatchTypeObject?)

    Declaration
    public bool Equals(MatchTypeObject? other)
    Parameters
    Type Name Description
    MatchTypeObject other
    Returns
    Type Description
    bool
    | Edit this page View Source

    FromCustomRange(int, int)

    Declaration
    public static MatchTypeObject FromCustomRange(int from, int to)
    Parameters
    Type Name Description
    int from
    int to
    Returns
    Type Description
    MatchTypeObject
    | Edit this page View Source

    FromStaticRange(MatchType)

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

    ToString()

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

    Operators

    | Edit this page View Source

    implicit operator MatchTypeObject(MatchType)

    Declaration
    public static implicit operator MatchTypeObject(MatchType staticValue)
    Parameters
    Type Name Description
    MatchType staticValue
    Returns
    Type Description
    MatchTypeObject

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX