Class TmImportStatus.ImportAttributes
Inheritance
System.Object
TmImportStatus.ImportAttributes
Assembly: Crowdin.Api.dll
Syntax
public class ImportAttributes : object
Properties
|
Improve this Doc
View Source
Declaration
public int FirstLineContainsHeader { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Scheme
Declaration
public IDictionary<string, int> Scheme { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.Int32> |
|
|
Improve this Doc
View Source
StorageId
Declaration
public long StorageId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TmId
Declaration
public int TmId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|