Class EditActionUpdateConfirmationLevel
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class EditActionUpdateConfirmationLevel : EditAction
Constructors
EditActionUpdateConfirmationLevel(ConfirmationLevel)
Declaration
public EditActionUpdateConfirmationLevel(ConfirmationLevel confirmationLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| ConfirmationLevel | confirmationLevel |
Properties
ConfirmationLevel
Gets or sets the field value to apply
Declaration
public ConfirmationLevel ConfirmationLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfirmationLevel |
Methods
Apply(TranslationUnit)
Not supported for filebased TMs
Declaration
public override bool Apply(TranslationUnit tu)
Parameters
| Type | Name | Description |
|---|---|---|
| TranslationUnit | tu |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
Exceptions
| Type | Condition |
|---|---|
| System.NotImplementedException |
Validate(IFieldDefinitions, Boolean)
Not supported for filebased TMs
Declaration
public override bool Validate(IFieldDefinitions fields, bool throwIfInvalid)
Parameters
| Type | Name | Description |
|---|---|---|
| IFieldDefinitions | fields | |
| Boolean | throwIfInvalid |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
Exceptions
| Type | Condition |
|---|---|
| System.NotImplementedException |