Class LanguageResourceEntity
Inheritance
System.Object
LanguageResourceEntity
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
public class LanguageResourceEntity : Entity, ILanguageResourceEntity
Constructors
Declaration
public LanguageResourceEntity()
Properties
Declaration
public string CultureName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public byte[] Data { get; set; }
Property Value
| Type |
Description |
| System.Byte[] |
|
Declaration
public LanguageResourceType? Type { get; set; }
Property Value
Declaration
public Guid? UniqueId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Guid> |
|
Explicit Interface Implementations
Declaration
Identity ILanguageResourceEntity.get_Id()
Returns
| Type |
Description |
| Sdl.Core.Api.DataAccess.Identity |
|
Declaration
bool ILanguageResourceEntity.get_IsDirty()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
void ILanguageResourceEntity.MarkAsClean()
Declaration
void ILanguageResourceEntity.set_Id(Identity value)
Parameters
| Type |
Name |
Description |
| Sdl.Core.Api.DataAccess.Identity |
value |
|
Implements