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
    System.String

    Data

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

    Id

    Declaration
    object Id { get; set; }
    Property Value
    Type Description
    System.Object

    IsDirty

    Declaration
    bool IsDirty { get; }
    Property Value
    Type Description
    System.Boolean

    Type

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

    UniqueId

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

    Methods

    MarkAsClean()

    Declaration
    void MarkAsClean()

    On this page

    • Properties
      • CultureName
      • Data
      • Id
      • IsDirty
      • Type
      • UniqueId
    • Methods
      • MarkAsClean()
    Back to top Generated by DocFX