Interface ILanguageResourceEntity
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface ILanguageResourceEntity
Properties
CultureName
Declaration
string CultureName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Data
Declaration
byte[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| Byte[] |
Id
Declaration
object Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
IsDirty
Declaration
bool IsDirty { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Type
Declaration
LanguageResourceType? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<LanguageResourceType> |
UniqueId
Declaration
Guid? UniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Guid> |
Methods
MarkAsClean()
Declaration
void MarkAsClean()