Class ChangeSourceContentSettingsEvent
Inheritance
Object
ChangeSourceContentSettingsEvent
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ChangeSourceContentSettingsEvent
Constructors
ChangeSourceContentSettingsEvent(FileBasedProject, Boolean)
Declaration
public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing)
Parameters
Type | Name | Description |
---|---|---|
FileBasedProject | project | |
Boolean | allowSourceEditing |
ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean)
Declaration
public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs)
Parameters
Type | Name | Description |
---|---|---|
FileBasedProject | project | |
Boolean | allowSourceEditing | |
Boolean | allowMergeAcrossParagraphs |
ChangeSourceContentSettingsEvent(FileBasedProject, Boolean, Boolean, Boolean)
Declaration
public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs, bool enableIcuTokenization)
Parameters
Type | Name | Description |
---|---|---|
FileBasedProject | project | |
Boolean | allowSourceEditing | |
Boolean | allowMergeAcrossParagraphs | |
Boolean | enableIcuTokenization |
Properties
AllowMergeAcrossParagraphs
Declaration
public bool AllowMergeAcrossParagraphs { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
AllowSourceEditing
Declaration
public bool AllowSourceEditing { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
EnableIcuTokenization
Declaration
public bool EnableIcuTokenization { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Project
Declaration
public FileBasedProject Project { get; set; }
Property Value
Type | Description |
---|---|
FileBasedProject |