Search Results for

    Show / Hide Table of Contents

    Class StringBatchOpPatchPath

    Inheritance
    object
    StringBatchOpPatchPath
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Crowdin.Api.SourceStrings
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class StringBatchOpPatchPath

    Constructors

    | Edit this page View Source

    StringBatchOpPatchPath()

    Declaration
    public StringBatchOpPatchPath()
    | Edit this page View Source

    StringBatchOpPatchPath(long?, StringBatchOpPatchPathEntry?)

    Declaration
    public StringBatchOpPatchPath(long? stringId = null, StringBatchOpPatchPathEntry? property = null)
    Parameters
    Type Name Description
    long? stringId
    StringBatchOpPatchPathEntry? property

    Properties

    | Edit this page View Source

    Property

    Declaration
    public StringBatchOpPatchPathEntry? Property { get; set; }
    Property Value
    Type Description
    StringBatchOpPatchPathEntry?
    | Edit this page View Source

    StringId

    Declaration
    public long? StringId { get; set; }
    Property Value
    Type Description
    long?

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX