Search Results for

    Show / Hide Table of Contents

    Class StringBatchOpPatchPath

    Inheritance
    System.Object
    StringBatchOpPatchPath
    Namespace: Crowdin.Api.SourceStrings
    Assembly: Crowdin.Api.dll
    Syntax
    public class StringBatchOpPatchPath : object

    Constructors

    | Improve this Doc View Source

    StringBatchOpPatchPath()

    Declaration
    public StringBatchOpPatchPath()
    | Improve this Doc View Source

    StringBatchOpPatchPath(Nullable<Int32>, Nullable<StringBatchOpPatchPathEntry>)

    Declaration
    public StringBatchOpPatchPath(int? stringId = null, StringBatchOpPatchPathEntry? property = null)
    Parameters
    Type Name Description
    System.Nullable<System.Int32> stringId
    System.Nullable<StringBatchOpPatchPathEntry> property

    Properties

    | Improve this Doc View Source

    Property

    Declaration
    public StringBatchOpPatchPathEntry? Property { get; set; }
    Property Value
    Type Description
    System.Nullable<StringBatchOpPatchPathEntry>
    | Improve this Doc View Source

    StringId

    Declaration
    public int? StringId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX