Represents a QA profile.
FORMAT
XML
<ApiQAProfile>
<QAProfileId>2147483647</QAProfileId>
<Name>String content</Name>
<Description>String content</Description>
<LocaleSource>String content</LocaleSource>
<LocaleTarget>String content</LocaleTarget>
<RulesList>
<TupleOfintstring xmlns="http://schemas.datacontract.org/2004/07/System">
<m_Item1>2147483647</m_Item1>
<m_Item2>String content</m_Item2>
</TupleOfintstring>
<TupleOfintstring xmlns="http://schemas.datacontract.org/2004/07/System">
<m_Item1>2147483647</m_Item1>
<m_Item2>String content</m_Item2>
</TupleOfintstring>
</RulesList>
</ApiQAProfile>
PROPERTIES
|
QAProfileId |
The id of the QA profile |
|
Name |
The name of the QA profile. |
|
Description |
An optional description. |
|
LocaleSource |
ISO language code of source language. "*" if the profile can work for all source languages. |
|
LocaleTarget |
ISO language code of target language. "*" if the profile can work for all target languages. |
|
RulesList |
The list of enabled rules. m_Item1 is the internal number used to identify the rule m_Item2 is the name of the QA rule |