Class UploadGettextFileResponse
Represents the response for the UploadGettextFile method.
Inheritance
System.Object
UploadGettextFileResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UploadGettextFileResponse : ServiceResponse
Constructors
UploadGettextFileResponse()
Declaration
public UploadGettextFileResponse()
Properties
GettextFileStringCount
Gets or sets the GettextFileStringCount.
Declaration
public int GettextFileStringCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GettextFileStringCount. |
InternationalizationId
Gets or sets the InternationalizationId.
Declaration
public int InternationalizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The InternationalizationId. |
LocaleCode
Gets or sets the LocaleCode.
Declaration
public string LocaleCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Locale Code. |
ResourceStringCount
Gets or sets the ResourceStringCount.
Declaration
public int ResourceStringCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ResourceStringCount. |