Search Results for

    Show / Hide Table of Contents

    Class LanguageResourceEntity

    Inheritance
    object
    LanguageResourceEntity
    Implements
    ILanguageResourceEntity
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class LanguageResourceEntity : ILanguageResourceEntity

    Constructors

    LanguageResourceEntity()

    Declaration
    public LanguageResourceEntity()

    Properties

    CultureName

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

    Data

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

    Id

    Declaration
    public object Id { get; set; }
    Property Value
    Type Description
    object

    IsDirty

    Declaration
    public bool IsDirty { get; }
    Property Value
    Type Description
    bool

    Type

    Declaration
    public LanguageResourceType? Type { get; set; }
    Property Value
    Type Description
    LanguageResourceType?

    UniqueId

    Declaration
    public Guid? UniqueId { get; set; }
    Property Value
    Type Description
    Guid?

    Methods

    MarkAsClean()

    Declaration
    public void MarkAsClean()

    Implements

    ILanguageResourceEntity
    In this article
    • Constructors
      • LanguageResourceEntity()
    • Properties
      • CultureName
      • Data
      • Id
      • IsDirty
      • Type
      • UniqueId
    • Methods
      • MarkAsClean()
    • Implements
    Back to top Generated by DocFX