Class StringBatchOpPatchPath
Inheritance
System.Object
StringBatchOpPatchPath
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
Properties
|
Improve this Doc
View Source
Property
Declaration
public StringBatchOpPatchPathEntry? Property { get; set; }
Property Value
|
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 |
|