Search Results for

    Show / Hide Table of Contents

    Class EditActionSearchReplace

    Inheritance
    System.Object
    EditAction
    EditActionSearchReplace
    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.LanguagePlatform.TranslationMemory.EditScripts
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class EditActionSearchReplace : EditAction

    Constructors

    EditActionSearchReplace()

    Declaration
    public EditActionSearchReplace()

    Properties

    ApplyToTarget

    Declaration
    public bool ApplyToTarget { get; set; }
    Property Value
    Type Description
    System.Boolean

    IgnoreCase

    Declaration
    public bool IgnoreCase { get; set; }
    Property Value
    Type Description
    System.Boolean

    PatternType

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

    ReplacementPattern

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

    SearchPattern

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

    Methods

    Apply(TranslationUnit)

    Declaration
    public override bool Apply(TranslationUnit tu)
    Parameters
    Type Name Description
    TranslationUnit tu
    Returns
    Type Description
    System.Boolean
    Overrides
    EditAction.Apply(TranslationUnit)

    Validate(IFieldDefinitions, Boolean)

    Declaration
    public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid)
    Parameters
    Type Name Description
    IFieldDefinitions fields
    System.Boolean throwIfInvalid
    Returns
    Type Description
    System.Boolean
    Overrides
    EditAction.Validate(IFieldDefinitions, Boolean)

    On this page

    • Constructors
      • EditActionSearchReplace()
    • Properties
      • ApplyToTarget
      • IgnoreCase
      • PatternType
      • ReplacementPattern
      • SearchPattern
    • Methods
      • Apply(TranslationUnit)
      • Validate(IFieldDefinitions, Boolean)
    Back to top Generated by DocFX