Interface ILanguageResourceEntity
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
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 |
---|---|
bool |
Type
Declaration
LanguageResourceType? Type { get; set; }
Property Value
Type | Description |
---|---|
LanguageResourceType |
UniqueId
Declaration
Guid? UniqueId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Methods
MarkAsClean()
Declaration
void MarkAsClean()