Search Results for

    Show / Hide Table of Contents

    Class ImportResult

    Inheritance
    System.Object
    ImportResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class ImportResult

    Constructors

    ImportResult()

    Declaration
    public ImportResult()

    ImportResult(Action)

    Declaration
    public ImportResult(Action action)
    Parameters
    Type Name Description
    Action action

    ImportResult(Action, ErrorCode)

    Declaration
    public ImportResult(Action action, ErrorCode errorCode)
    Parameters
    Type Name Description
    Action action
    ErrorCode errorCode

    Properties

    Action

    Declaration
    public Action Action { get; set; }
    Property Value
    Type Description
    Action

    ErrorCode

    Declaration
    public ErrorCode ErrorCode { get; set; }
    Property Value
    Type Description
    ErrorCode

    TuId

    Declaration
    public PersistentObjectToken TuId { get; set; }
    Property Value
    Type Description
    PersistentObjectToken

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • ImportResult()
      • ImportResult(Action)
      • ImportResult(Action, ErrorCode)
    • Properties
      • Action
      • ErrorCode
      • TuId
    • Methods
      • ToString()
    Back to top Generated by DocFX