Search Results for

    Show / Hide Table of Contents

    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
    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()
    In this article
    • Properties
      • CultureName
      • Data
      • Id
      • IsDirty
      • Type
      • UniqueId
    • Methods
      • MarkAsClean()
    Back to top Generated by DocFX