Search Results for

    Show / Hide Table of Contents

    Class AddFileDescriptorExceptionNotificationEvent

    Used by third party components to register an exception in the file descriptor handling event (mainly for suppressing notifications regarding missing file descriptors)

    Inheritance
    System.Object
    AddFileDescriptorExceptionNotificationEvent
    Inherited Members
    System.Object.ToString()
    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.TranslationStudioAutomation.IntegrationApi.Events
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class AddFileDescriptorExceptionNotificationEvent

    Constructors

    AddFileDescriptorExceptionNotificationEvent(String, Object)

    Creates an instance of the notification event for adding exceptions regarding the processing of certain file descriptor ids

    Declaration
    public AddFileDescriptorExceptionNotificationEvent(string exemptedFileDescriptorId, object sender)
    Parameters
    Type Name Description
    System.String exemptedFileDescriptorId

    The exempted file descriptor id

    System.Object sender

    The class that sends the request

    Properties

    ExemptedFileDescriptorId

    The ID of the file descriptor supposed to be exempted from processing in Trados

    Declaration
    public string ExemptedFileDescriptorId { get; }
    Property Value
    Type Description
    System.String

    Sender

    Might be required for debugging

    Declaration
    public object Sender { get; }
    Property Value
    Type Description
    System.Object

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AddFileDescriptorExceptionNotificationEvent(String, Object)
    • Properties
      • ExemptedFileDescriptorId
      • Sender
    • Extension Methods
    Back to top Generated by DocFX