Class MtEngine
Inheritance
System.Object
MtEngine
Assembly: Crowdin.Api.dll
Syntax
public class MtEngine : object
Properties
|
Improve this Doc
View Source
Credentials
Declaration
public IDictionary<string, object> Credentials { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
EnabledLanguageIds
Declaration
public string[] EnabledLanguageIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
EnabledProjectIds
Declaration
public int[] EnabledProjectIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
GroupId
Declaration
public int GroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProjectIds
Declaration
public int[] ProjectIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
SupportedLanguageIds
Declaration
public string[] SupportedLanguageIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SupportedLanguagePairs
Declaration
public IDictionary<string, string[]> SupportedLanguagePairs { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String[]> |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|