Search Results for

    Show / Hide Table of Contents

    Class LanguageResourceEntity

    Inheritance
    System.Object
    LanguageResourceEntity
    Implements
    ILanguageResourceEntity
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class LanguageResourceEntity : Entity, ILanguageResourceEntity

    Constructors

    LanguageResourceEntity()

    Declaration
    public LanguageResourceEntity()

    Properties

    CultureName

    Declaration
    public string CultureName { get; set; }
    Property Value
    Type Description
    System.String

    Data

    Declaration
    public byte[] Data { get; set; }
    Property Value
    Type Description
    System.Byte[]

    Type

    Declaration
    public LanguageResourceType? Type { get; set; }
    Property Value
    Type Description
    System.Nullable<LanguageResourceType>

    UniqueId

    Declaration
    public Guid? UniqueId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    Explicit Interface Implementations

    ILanguageResourceEntity.get_Id()

    Declaration
    Identity ILanguageResourceEntity.get_Id()
    Returns
    Type Description
    Sdl.Core.Api.DataAccess.Identity

    ILanguageResourceEntity.get_IsDirty()

    Declaration
    bool ILanguageResourceEntity.get_IsDirty()
    Returns
    Type Description
    System.Boolean

    ILanguageResourceEntity.MarkAsClean()

    Declaration
    void ILanguageResourceEntity.MarkAsClean()

    ILanguageResourceEntity.set_Id(Identity)

    Declaration
    void ILanguageResourceEntity.set_Id(Identity value)
    Parameters
    Type Name Description
    Sdl.Core.Api.DataAccess.Identity value

    Implements

    ILanguageResourceEntity

    On this page

    Back to top Generated by DocFX