Search Results for

    Show / Hide Table of Contents

    Class header

    Inheritance
    object
    header
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.IO.TMX
    Assembly: Sdl.LanguagePlatform.IO.dll
    Syntax
    public class header

    Constructors

    header()

    Declaration
    public header()

    Properties

    Items

    Declaration
    public object[] Items { get; set; }
    Property Value
    Type Description
    object[]

    adminlang

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

    changedate

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

    changeid

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

    creationdate

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

    creationid

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

    creationtool

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

    creationtoolversion

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

    datatype

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

    oencoding

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

    otmf

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

    segtype

    Declaration
    public headerSegtype segtype { get; set; }
    Property Value
    Type Description
    headerSegtype

    srclang

    Declaration
    public string srclang { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • header()
    • Properties
      • Items
      • adminlang
      • changedate
      • changeid
      • creationdate
      • creationid
      • creationtool
      • creationtoolversion
      • datatype
      • oencoding
      • otmf
      • segtype
      • srclang
    Back to top Generated by DocFX