Search Results for

    Show / Hide Table of Contents

    Class EditActionRenameField

    Inheritance
    System.Object
    EditAction
    EditActionRenameField
    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 EditActionRenameField : EditAction

    Constructors

    EditActionRenameField(String, String)

    Declaration
    public EditActionRenameField(string fromName, string toName)
    Parameters
    Type Name Description
    System.String fromName
    System.String toName

    Properties

    FromName

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

    PicklistValueMap

    Declaration
    public Dictionary<string, string> PicklistValueMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    ToName

    Declaration
    public string ToName { 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

    Back to top Generated by DocFX